Remove .body min-width to fix content overflowing on very narrow screens

This commit is contained in:
RunasSudo 2021-02-23 22:38:38 +11:00
parent 13a4fe2c89
commit 5b25d8cd0a
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 6 additions and 0 deletions

View File

@ -103,6 +103,12 @@ div.pre-footer-narrow {
margin: 30px auto 0 auto;
}
/* Fix display on very narrow screens */
div.body {
min-width: 0;
}
/* Media queries */
@media screen and (max-width: 875px) {