Add breakpoint containers

This commit is contained in:
Jeremy Thomas
2017-07-21 11:22:08 +02:00
parent 39a09d204a
commit 06a392072b
14 changed files with 234 additions and 139 deletions

View File

@@ -254,18 +254,26 @@ doc-subtab: variables
<td><code>16px</code></td>
</tr>
<tr><th colspan="2">Breakpoints</th></tr>
<tr><th colspan="5">Breakpoints</th></tr>
<tr>
<td><code>$gap</code></td>
<td>24px</td>
</tr>
<tr>
<td><code>$tablet</code></td>
<td>769px</td>
</tr>
<tr>
<td><code>$desktop</code></td>
<td>1000px (960px + 40px container)</td>
<td>1008px (960px + 2 * <code>$gap</code>)</td>
</tr>
<tr>
<td><code>$widescreen</code></td>
<td>1192px (1152px+ 40px container)</td>
<td>1200px (1152px+ 2 * <code>$gap</code>)</td>
</tr>
<tr>
<td><code>$fullhd</code></td>
<td>1392px (1344px+ 2 * <code>$gap</code>)</td>
</tr>
<tr><th colspan="2">Miscellaneous</th></tr>