summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/style.css b/style.css
index c3e4d36..619fcbe 100644
--- a/style.css
+++ b/style.css
@@ -2,11 +2,15 @@ body {
max-width: 43em;
margin: 1em auto;
padding: 0 1em 22vh 1em;
+ font-family: sans-serif;
}
-p, dd, pre {
- line-height: 129%;
+p, dd {
+ line-height: 140%;
text-align: justify;
+}
+
+p, dd, pre {
margin-bottom: 1em;
}