Commit 70b0fb44 authored by Mark Otto's avatar Mark Otto

fixes #9523: more accurate grid table breakpoint numbers

parent 083b7c09
...@@ -123,7 +123,7 @@ base_url: "../" ...@@ -123,7 +123,7 @@ base_url: "../"
</th> </th>
<th> <th>
Small devices Small devices
<small>Tablets (&gt;768px)</small> <small>Tablets (&ge;768px)</small>
</th> </th>
<th> <th>
Medium devices Medium devices
...@@ -2123,7 +2123,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -2123,7 +2123,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</th> </th>
<th> <th>
Small devices Small devices
<small>Tablets (&gt;768px)</small> <small>Tablets (&ge;768px)</small>
</th> </th>
<th> <th>
Medium devices Medium devices
...@@ -2135,15 +2135,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -2135,15 +2135,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</th> </th>
</tr> </tr>
</thead> </thead>
<!-- <thead> <tbody>
<tr>
<th>Class</th>
<th>Small devices <small>Up to 768px</small></th>
<th>Medium devices <small>768px to 991px</small></th>
<th>Large devices <small>992px and up</small></th>
</tr>
</thead>
--> <tbody>
<tr> <tr>
<th><code>.visible-xs</code></th> <th><code>.visible-xs</code></th>
<td class="is-visible">Visible</td> <td class="is-visible">Visible</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment