diff options
| -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; |
