about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tilde.css17
1 files changed, 9 insertions, 8 deletions
diff --git a/tilde.css b/tilde.css
index 0fe0099..b7877d6 100644
--- a/tilde.css
+++ b/tilde.css
@@ -57,18 +57,19 @@ pre {
     color: #ffffff;
 }
 
-#front-content {
-    max-width: 69%;
-    float: left;
-}
-
 #content {
     margin: 0 auto;
 }
 
-#news {
-    float: right;
-    max-width: 29%;
+@media (min-width: 1024px) {
+    #news {
+        float: right;
+        max-width: 29%;
+    }
+    #front-content {
+        max-width: 69%;
+        float: left;
+    }
 }
 
 #sshfp {