From 5304f01a3a482ee597099ae1ca685a439db1f23c Mon Sep 17 00:00:00 2001 From: Frieder Griesshammer Date: Sat, 31 Dec 2022 21:43:04 +0100 Subject: [PATCH] Unify spacing in css for definition lists --- assets/custom.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/assets/custom.css b/assets/custom.css index 1252305..6a417c5 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -17,10 +17,7 @@ padding: .5em; } -dl dt { - margin-bottom: .5em; -} - +dl dt, dl dd { - margin-bottom: 1em; + margin-bottom: .25em; }