commit 04dce664c2338b3ef1706344d80c72774235ac69
parent fe0ff4351a9b09170271683f45f1393758acef4f
Author: corndog <cauchyn@firemail.cc>
Date: Sat, 10 Nov 2018 11:39:37 -0800
Reduce body point size, increase line spacing
I've noticed from its use elsewhere that Charter
is easier to read at a smaller point size, making
body text feel more "compact" and less "wispy".
Increase line spacing at this smaller point size
for added comfort.
Finally, reduce margin-top from new sections to
make the document read slightly more compactly
while still deriving the benefit of emphasis by
white space.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/in/static/style.css b/in/static/style.css
@@ -3,10 +3,10 @@
body {
background-color: #f6f6f6;
font-family: "Charter", sans-serif;
- font-size: 19px;
+ font-size: 18px;
margin: 5% auto;
max-width: 65ch;
- line-height: 1.25;
+ line-height: 1.3;
width: 80%;
word-wrap: break-word;
}
@@ -37,7 +37,7 @@ h2 {
h2,
.distinct-from-above {
- margin-top: 4.25em;
+ margin-top: 4.2em;
}
iframe {