summaryrefslogtreecommitdiffstats
path: root/themes/aoidh/assets
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-26 10:15:51 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-26 10:15:51 -0500
commit541701785dae6294640498c57686efd9c24c32db (patch)
tree67a544aec7ade9e252a9f5765d5f0e4a48eafc2d /themes/aoidh/assets
parent41d9953619224ec1c20e165b51af0aef2d38cb06 (diff)
downloadsamanthony.xyz-541701785dae6294640498c57686efd9c24c32db.zip
biography
Diffstat (limited to 'themes/aoidh/assets')
-rw-r--r--themes/aoidh/assets/aoidh.css5
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 {