2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Add maximum bounds variables for so our responsive utilities don't overlap

This commit is contained in:
Mark Otto
2013-04-27 11:55:45 -07:00
parent 9ce7f22e99
commit 2ffa0e4409
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
// Tablets & small desktops only
@media (min-width: @screen-tablet) and (max-width: @screen-desktop) {
@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
.visible-phone { display: none !important; }
.visible-tablet { display: inherit !important; }
.visible-desktop { display: none !important; }