summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-14 10:18:13 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-14 10:18:13 -0500
commit27eb3712721223d78e40073e98a391176c497ef7 (patch)
tree7a317e226ed27ee5fa3950ec18e803a7be8d0717
parent9ee2cf2496f366075b867143c311ae2eb2929c60 (diff)
Center images in figures
-rw-r--r--static/css/style.css1
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
}