From e522f0a02941a3dcabfeebd2842de61ba2d93901 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 2 Jan 2026 12:20:04 -0330 Subject: paragraph spacing --- themes/aoidh/assets/aoidh.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/aoidh/assets/aoidh.css') diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index 5fad28d..b837158 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -77,7 +77,7 @@ p { hyphens: auto; text-justify: inter-word; margin-top: 0; - margin-bottom: 1rem; + margin-bottom: .6em; } a { @@ -99,15 +99,15 @@ a:active { } h1 { - font-size: 1.3em; + font-size: 1.3rem; } h2 { - font-size: 1.2em; + font-size: 1.2rem; } h3 { - font-size: 1.1em; + font-size: 1.1rem; } h1, h2, h3 { -- cgit v1.2.3