Commit ac3cb697 authored by Mark Otto's avatar Mark Otto

Merge pull request #9130 from twbs/straight-up-wrong

Fix pixel values in Responsive Utilities docs to match the actual code
parents f3bd6dbf 668bc5f4
...@@ -1966,8 +1966,8 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -1966,8 +1966,8 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<tr> <tr>
<th>Class</th> <th>Class</th>
<th>Small devices <small>Up to 768px</small></th> <th>Small devices <small>Up to 768px</small></th>
<th>Medium devices <small>768px to 979px</small></th> <th>Medium devices <small>768px to 991px</small></th>
<th>Large devices <small>980px and up</small></th> <th>Large devices <small>992px and up</small></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
......
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