about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-05-22 17:08:53 +0530
committerAndinus <andinus@nand.sh>2020-06-06 22:36:35 +0530
commit182421f56f1eb1711b831dd5f4fd27db2aa18782 (patch)
tree07e6fd37f76b4575c29eb19e445e8b3e5410e87c
parentc4f2958dfa4cf3799e1462fa9320d347cb8e2a79 (diff)
downloadsite-182421f56f1eb1711b831dd5f4fd27db2aa18782.tar.gz
Increase max-width on small screens
-rw-r--r--tilde.css5
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%;