2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

update scaffolding responsive section to reflect proper media query ranges

This commit is contained in:
Mark Otto
2012-02-01 18:12:14 -08:00
parent 1ebe51c834
commit f2d3026de8
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -338,13 +338,13 @@
</tr>
<tr>
<td>Landscape tablets</td>
<td>768px to 940px</td>
<td>768px to 980px</td>
<td>44px</td>
<td>20px</td>
</tr>
<tr>
<td>Default</td>
<td>940px and up</td>
<td>980px and up</td>
<td>60px</td>
<td>20px</td>
</tr>
@@ -390,7 +390,7 @@
@media (max-width: 768px) { ... }
// Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 940px) { ... }
@media (min-width: 768px) and (max-width: 980px) { ... }
// Large desktop
@media (min-width: 1200px) { .. }