]> git.mdlowis.com Git - proto/journal.git/commitdiff
changed content width to 90%
authorMichael D. Lowis <mike@mdlowis.com>
Fri, 1 Dec 2017 03:16:16 +0000 (22:16 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Fri, 1 Dec 2017 03:16:16 +0000 (22:16 -0500)
index.html
style.css

index d0c1e85f8cfeeeaac9cdf7bec07c8c6d77d5b16b..76db35cdb3e1a65e82fd164f2e251f80f1c33c87 100644 (file)
@@ -10,7 +10,7 @@
 body {
        font-family: sans-serif;
        font-size: 16px;
-       max-width: 75%;
+       max-width: 90%;
        margin-left: auto;
        margin-right: auto;
 }
index 80a885cf7a390cbcb0fc3661f03bc7373efd6446..2df7b247e7af7fb61ebd8229a35b53bf19fb4dc1 100644 (file)
--- 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;
 }