diff options
-rw-r--r-- | style.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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; } |