commit 606e729ca8815822a3b0e521ae0174c05e43b62b
parent abf8e967e6c0507990eb9d0609655a91ddae6c30
Author: corndog <cauchyn@firemail.cc>
Date: Fri, 3 May 2019 19:51:15 -0700
Restrict character limit, indent content to right
Still respects viewport margin. Trying out subtle
asymmetry and shorter line length for improved
reading engagement.
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/in/static/style.css b/in/static/style.css
@@ -17,7 +17,7 @@ body {
font-family: "Charter", sans-serif;
font-size: 16.5px;
margin: 5% auto;
- max-width: 68ch;
+ max-width: 62ch;
line-height: 1.35;
width: 80%;
word-wrap: break-word;
@@ -33,6 +33,10 @@ button:hover {
background-color: #d6d6d6;
}
+footer, main {
+ margin: 6% auto 7% 3%;
+}
+
h1,
h2,
.cooper {