1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02:00

Adding media queries breakpoints variables

This commit is contained in:
Kevin
2013-04-27 18:47:47 +02:00
parent 8ae9c6ab34
commit 9ce7f22e99
10 changed files with 31 additions and 15 deletions

View File

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