aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSam Scholten2026-08-27 14:39:10 +1000
committerSam Scholten2026-08-27 14:39:10 +1000
commit54f84e20a22d0f3c2a664da076c3aa166039edc1 (patch)
treeb16315e573915bec812d42cca58cf52be33429b3 /README
parente627d7363dc59890743c80bb3fdce1a354e10f22 (diff)
downloadacarp-marp-theme-54f84e20a22d0f3c2a664da076c3aa166039edc1.tar.gz
acarp-marp-theme-54f84e20a22d0f3c2a664da076c3aa166039edc1.zip
tweak title h2/h3 sizing, note vspace margin collapse and custom spacers
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 5e4c0b6..44922b5 100644
--- a/README
+++ b/README
@@ -117,6 +117,12 @@ def hello(name):
</div>
```
+### Vertical Spacing
+```html
+<div class="vspace-large"></div> <!-- classes: tiny 0.5em, small 1em, medium 2em, large 3em, xlarge 4em, xxlarge 5em, vspace-6..10 (em) -->
+<div style="height: 15em"></div> <!-- custom sizes: use this instead (consecutive vspace divs don't stack - margins collapse) -->
+```
+
## Themes
## Customization