mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
Fix pixel values in Responsive Utilities docs to match the actual code
This commit is contained in:
parent
f3bd6dbf03
commit
668bc5f458
1 changed files with 2 additions and 2 deletions
4
css.html
4
css.html
|
|
@ -1966,8 +1966,8 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
<tr>
|
||||
<th>Class</th>
|
||||
<th>Small devices <small>Up to 768px</small></th>
|
||||
<th>Medium devices <small>768px to 979px</small></th>
|
||||
<th>Large devices <small>980px and up</small></th>
|
||||
<th>Medium devices <small>768px to 991px</small></th>
|
||||
<th>Large devices <small>992px and up</small></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Reference in a new issue