aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Scholten2025-11-27 16:32:00 +1100
committerSam Scholten2025-11-27 16:51:01 +1100
commitc66cc7e9ac3e9c9fe4194d0c948ebaf482c3de80 (patch)
tree54048f51d95c274ee7393a3f28426c5586139cc2
parent86752d1f23a732368942840a55befa6cbb2cb2ee (diff)
downloadacarp-marp-theme-main.tar.gz
acarp-marp-theme-main.zip
clean up margins, spacing, etc.HEADmain
-rw-r--r--README2
-rw-r--r--acarp.css9
2 files changed, 11 insertions, 0 deletions
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;