diff options
Diffstat (limited to 'haunt/static/css/style.css')
| -rw-r--r-- | haunt/static/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 8c70dac..f6a1c08 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -127,6 +127,12 @@ figure > img { border-radius: 2px; } +figure > .org-svg { + display: block; + max-width: 90%; + margin: auto; +} + figure > figcaption { padding-top: 1rem; } |