Increase max-width on small screens

This commit is contained in:
Andinus 2020-05-22 17:08:53 +05:30
parent c4f2958dfa
commit 182421f56f
Signed by untrusted user: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ body {
font-family: sans-serif;
color: #ffffff;
margin: 0 auto;
max-width: 75%;
max-width: 90%;
font-size: 1.0em;
}
@ -46,6 +46,9 @@ pre {
}
@media (min-width: 1024px) {
body {
max-width: 75%;
}
#news {
float: right;
max-width: 29%;