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. --- README | 2 ++ acarp.css | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/README b/README index 7bddee1..b2c936b 100644 --- a/README +++ b/README @@ -156,6 +156,7 @@ style: | ``` **Logo Variables:** + - `--logo-image`: Path to your logo file - `--logo-width`: Logo width (default: 100px) - `--logo-height`: Logo height (default: 40px) @@ -168,6 +169,7 @@ The logo appears on all slides except the title slide. ## Using in Another Project Copy these files: + - `acarp.css` & `acarp-beamer.css` (themes) - `.marprc.json` (config) 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