1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +02: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

View File

@@ -5341,7 +5341,7 @@ a.list-group-item.active > .badge,
display: inherit !important;
}
@media (min-width: 768px) and (max-width: 992px) {
@media (min-width: 768px) and (max-width: 991px) {
.visible-phone {
display: none !important;
}