diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/aoidh/assets/aoidh.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index b2037a6..1bb2325 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -9,7 +9,7 @@ --pagewidth: 60rem; --textwidth: 45rem; - --parspace: .6em; + --parspace: .5em; --letter-page-width: 8.5in; --letter-page-height: 11in; @@ -30,7 +30,7 @@ body { body { font-family: 'IBM Plex Serif', Charter, 'Bitstream Charter', 'Sitka Text', serif; font-weight: 400; - line-height: 1.35em; + line-height: 1.3em; text-rendering: optimizeLegibility; color: #000; background: #fff; @@ -198,6 +198,7 @@ img { max-height: 90vh; border: 1px solid var(--dark-gray); box-shadow: .2rem .2rem var(--light-gray); + margin-bottom: var(--parspace); } div { |