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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user