diff options
author | Andinus <andinus@nand.sh> | 2020-05-22 17:08:53 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-06 22:36:35 +0530 |
commit | 182421f56f1eb1711b831dd5f4fd27db2aa18782 (patch) | |
tree | 07e6fd37f76b4575c29eb19e445e8b3e5410e87c /tilde.css | |
parent | c4f2958dfa4cf3799e1462fa9320d347cb8e2a79 (diff) | |
download | site-182421f56f1eb1711b831dd5f4fd27db2aa18782.tar.gz |
Increase max-width on small screens
Diffstat (limited to 'tilde.css')
-rw-r--r-- | tilde.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tilde.css b/tilde.css index 8b8c711..8a6f9d8 100644 --- a/tilde.css +++ b/tilde.css @@ -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%; |