diff options
| author | Mark Otto <[email protected]> | 2012-02-16 21:08:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-16 21:08:52 -0800 |
| commit | 489276f5be328773e4e4dbd7d6d8e326d3135437 (patch) | |
| tree | dabbc26a44f90647c6ba79c41910662697f4f279 /less | |
| parent | 0369c1fcfc22530171fdf6a1d6400767dc13f609 (diff) | |
| download | bootstrap-489276f5be328773e4e4dbd7d6d8e326d3135437.tar.xz bootstrap-489276f5be328773e4e4dbd7d6d8e326d3135437.zip | |
fix responsive media queries to use 979 and 980 where appropro
Diffstat (limited to 'less')
| -rw-r--r-- | less/responsive.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/responsive.less b/less/responsive.less index c55af0236..5b85776e9 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -154,7 +154,7 @@ // PORTRAIT TABLET TO DEFAULT DESKTOP // ---------------------------------- -@media (min-width: 768px) and (max-width: 980px) { +@media (min-width: 768px) and (max-width: 979px) { // Fixed grid #gridSystem > .generate(12, 42px, 20px); @@ -171,7 +171,7 @@ // TABLETS AND BELOW // ----------------- -@media (max-width: 980px) { +@media (max-width: 979px) { // UNFIX THE TOPBAR // ---------------- |
