Remove .body min-width to fix content overflowing on very narrow screens
This commit is contained in:
parent
13a4fe2c89
commit
5b25d8cd0a
@ -103,6 +103,12 @@ div.pre-footer-narrow {
|
|||||||
margin: 30px auto 0 auto;
|
margin: 30px auto 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix display on very narrow screens */
|
||||||
|
|
||||||
|
div.body {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Media queries */
|
/* Media queries */
|
||||||
|
|
||||||
@media screen and (max-width: 875px) {
|
@media screen and (max-width: 875px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user