From 15411335e9669484baacce315baa8e02a9f58366 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 23 Dec 2021 22:02:34 +0000 Subject: [PATCH] more minor styles.css tweaks --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 255d997..4421997 100644 --- a/styles.css +++ b/styles.css @@ -10,6 +10,7 @@ h3 { font-size: 1.5em; } body { max-width: none; + width: 100%; margin: none; padding: none; } @@ -88,7 +89,6 @@ li { #content { margin: 0 auto; - padding: 1em; width: 60em; max-width: 100%; }