mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 15:30:23 +00:00
Merge pull request #8846 from ggam/patch-5
Fix grid sizes documentation
This commit is contained in:
commit
d9266f95c4
1 changed files with 2 additions and 2 deletions
4
css.html
4
css.html
|
|
@ -92,11 +92,11 @@ base_url: "../"
|
|||
<th></th>
|
||||
<th>
|
||||
Tiny devices
|
||||
<small>Phones (<480px)</small>
|
||||
<small>Phones (<768px)</small>
|
||||
</th>
|
||||
<th>
|
||||
Small devices
|
||||
<small>Tablets (<768px)</small>
|
||||
<small>Tablets (>768px)</small>
|
||||
</th>
|
||||
<th>
|
||||
Medium devices
|
||||
|
|
|
|||
Loading…
Reference in a new issue