diff options
| author | Sam Scholten | 2026-08-27 15:30:29 +1000 |
|---|---|---|
| committer | Sam Scholten | 2026-08-27 15:30:29 +1000 |
| commit | 7f93d5609f2d696103a9352c7857e6ffe9589c27 (patch) | |
| tree | 9cc63c578b0b9e5c1f97f52868d8f0fd274202c6 /acarp.css | |
| parent | 43bc29c3c4534b5a5c41e12654fa3067ab3963fe (diff) | |
| download | acarp-marp-theme-7f93d5609f2d696103a9352c7857e6ffe9589c27.tar.gz acarp-marp-theme-7f93d5609f2d696103a9352c7857e6ffe9589c27.zip | |
remove hspace-* utilities; document inline padding-left for horizontal offset (requires HTML mode)HEADmain
Diffstat (limited to 'acarp.css')
| -rw-r--r-- | acarp.css | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -329,24 +329,6 @@ section .math { .vspace-9 { margin-top: 9em !important; } .vspace-10 { margin-top: 10em !important; } -/* Horizontal offset utilities - add left padding. - Works on inline spans (offset within a line) and block wrappers - (indents the whole block). Cleaner than runs of . - Note: inline style="" attrs are stripped by Marp's sanitizer unless - HTML mode is enabled, so prefer these classes over inline padding-left. - For custom offsets without HTML mode there is no inline fallback. */ -.hspace-tiny { padding-left: 0.5em !important; } -.hspace-small { padding-left: 1em !important; } -.hspace-medium { padding-left: 2em !important; } -.hspace-large { padding-left: 3em !important; } -.hspace-xlarge { padding-left: 4em !important; } -.hspace-xxlarge { padding-left: 5em !important; } -.hspace-6 { padding-left: 6em !important; } -.hspace-7 { padding-left: 7em !important; } -.hspace-8 { padding-left: 8em !important; } -.hspace-9 { padding-left: 9em !important; } -.hspace-10 { padding-left: 10em !important; } - /* General spacing utilities */ .push-down { margin-bottom: 1.5em !important; } |
