From 2fa452c8b4ef731ec67b627bcd4c795528d369d4 Mon Sep 17 00:00:00 2001 From: irl Date: Thu, 16 Apr 2026 10:00:26 +0100 Subject: [PATCH] feat: better styles for figure img <100% width --- assets/css/main.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/main.scss b/assets/css/main.scss index 28bb588..1783172 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -129,10 +129,12 @@ figure { background-color: v.$color_hr; border: 1px solid v.$color_tertiary; padding: 4px; + text-align: center; } figure img { max-width: 100%; + border: 1px solid v.$color_tertiary; } figcaption p {