Adding media queries breakpoints variables
This commit is contained in:
parent
8ae9c6ab34
commit
9ce7f22e99
10 changed files with 31 additions and 15 deletions
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue