about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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%;