From: Michael D. Lowis Date: Fri, 1 Dec 2017 03:16:16 +0000 (-0500) Subject: changed content width to 90% X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=602c2b0b164fd62d0e65a6f7f80b5fc115de4c23;p=proto%2Fjournal.git changed content width to 90% --- diff --git a/index.html b/index.html index d0c1e85..76db35c 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ body { font-family: sans-serif; font-size: 16px; - max-width: 75%; + max-width: 90%; margin-left: auto; margin-right: auto; } diff --git a/style.css b/style.css index 80a885c..2df7b24 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ body { font-family: sans-serif; font-size: 16px; - max-width: 75%; + max-width: 90%; margin-left: auto; margin-right: auto; }