From c66cc7e9ac3e9c9fe4194d0c948ebaf482c3de80 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Thu, 27 Nov 2025 16:32:00 +1100 Subject: clean up margins, spacing, etc. --- acarp.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'acarp.css') diff --git a/acarp.css b/acarp.css index 3db0429..91f2482 100644 --- a/acarp.css +++ b/acarp.css @@ -451,6 +451,15 @@ section.layout-2col .right-column { min-height: 0; } +section.layout-2col ul, +section.layout-2col ol { + margin: 0 0 15px; +} + +section.layout-2col pre { + margin: 15px 0 15px; +} + section.layout-2col::after { position: absolute; bottom: 30px; -- cgit v1.2.3