diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-02-21 14:29:01 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-02-21 14:32:15 -0500 |
| commit | 1cef2af664eeac654bfc19578bf751b48ba364bb (patch) | |
| tree | f466b231d10fbd9f50b31bb6bd9beb5d58a3b2be /haunt/static/css/style.css | |
| parent | 08c106d4fb44e132252e84d5154b27b3d4e7a420 (diff) | |
[org] new post: UMass CTF 2020 - suckless Writeup
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; } |