Fixes #7577: Attempt to fix, at least, issues with Windows Phone 8 and responsive not kicking in correctly
This commit is contained in:
parent
4b3a43e381
commit
30d6e0530e
2 changed files with 22 additions and 0 deletions
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
|
|
@ -5300,6 +5300,12 @@ a.list-group-item.active > .badge,
|
|||
width: device-width;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
@-ms-viewport {
|
||||
width: 320px;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue