Skip to content

Commit

Permalink
Add 4-col-grid to grid structure table docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Sep 27, 2024
1 parent 2836846 commit 8d35691
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions templates/docs/patterns/grid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ Vanilla has a responsive grid with the following columns and gutters:
<td>1.0rem</td>
</tr>
<tr>
<td><code>$breakpoint-small</code> - <code>$breakpoint-large</code></td>
<td>6</td>
<td>2.0rem</td>
<td>1.5rem</td>
<td rowspan="2"><code>$breakpoint-small</code> - <code>$breakpoint-large</code></td>
<td>6 (using <code>.row</code>)</td>
<td rowspan="2">2.0rem</td>
<td rowspan="2">1.5rem</td>
</tr>
<tr>
<td>4 (using <code>.row--4-cols</code> - see <a href="#4-column-grid-on-medium-screens">docs</a>).</td>
</tr>
<tr>
<td>Greater than <code>$breakpoint-large</code></td>
Expand Down

0 comments on commit 8d35691

Please sign in to comment.