diff options
| author | Sam Scholten | 2025-11-27 16:32:00 +1100 |
|---|---|---|
| committer | Sam Scholten | 2025-11-27 16:51:01 +1100 |
| commit | c66cc7e9ac3e9c9fe4194d0c948ebaf482c3de80 (patch) | |
| tree | 54048f51d95c274ee7393a3f28426c5586139cc2 | |
| parent | 86752d1f23a732368942840a55befa6cbb2cb2ee (diff) | |
| download | acarp-marp-theme-main.tar.gz acarp-marp-theme-main.zip | |
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | acarp.css | 9 |
2 files changed, 11 insertions, 0 deletions
@@ -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) @@ -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; |
