diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-14 10:18:13 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-14 10:18:13 -0500 |
| commit | 27eb3712721223d78e40073e98a391176c497ef7 (patch) | |
| tree | 7a317e226ed27ee5fa3950ec18e803a7be8d0717 /static/css | |
| parent | 9ee2cf2496f366075b867143c311ae2eb2929c60 (diff) | |
Center images in figures
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index 7e66552..bb089fe 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -682,6 +682,7 @@ figure:not(.code-container) img { max-width: 100%; height: auto; border: 1px solid #ccc; + margin: auto; margin-bottom: 10px } |