diff options
| author | Mark Otto <[email protected]> | 2013-04-27 11:55:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-27 11:55:45 -0700 |
| commit | 2ffa0e44094ab67e23fb1642d6b1b8d269d3a2f1 (patch) | |
| tree | 35987ba5778b0b1301119e9ffac41e757a880765 /docs/assets/css/bootstrap.css | |
| parent | 9ce7f22e991804cd08c4dc612cd929d07dc0a28f (diff) | |
| download | bootstrap-2ffa0e44094ab67e23fb1642d6b1b8d269d3a2f1.tar.xz bootstrap-2ffa0e44094ab67e23fb1642d6b1b8d269d3a2f1.zip | |
Add maximum bounds variables for so our responsive utilities don't overlap
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 2b4ca441f..be8236ea3 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; } |
