summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-15 12:55:17 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-15 12:55:17 +0800
commit9a8eeb06817ea2eb014c3b258779df31c2da1f03 (patch)
treece05f5e98cb7c9c532813a5cdfb19151553fe6e6
parent0304078728024c47949530e0692a3fe65ae6ad80 (diff)
downloadwww-9a8eeb06817ea2eb014c3b258779df31c2da1f03.tar.gz
50em max-width
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css
index 400bc42..2921815 100644
--- a/style.css
+++ b/style.css
@@ -17,7 +17,10 @@ h1 {
 }
 #main {
 	margin: auto;
-	columns: 1 70em;
+}
+#main div {
+	margin: auto;
+	max-width: 50em;
 }
 #footer {
 	line-height: 1.2;