From f8ca4a10c450519aefad9c3d9d4985e9be85cd4e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 23 Feb 2014 21:36:51 -0500 Subject: [PATCH] Change the width to 100% now that padding is gone. --- core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.css b/core.css index 0247aad..cbef20f 100644 --- a/core.css +++ b/core.css @@ -84,7 +84,7 @@ hr { body { margin: 0; padding: 0; - width: 90%; + width: 100%; } li { -- 2.22.5