From 34d4498add1347e1322a260cf22132af1606460f Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Thu, 9 Apr 2026 01:20:49 +0100 Subject: [PATCH] center figcaption, add padding --- base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base.css b/base.css index 68b7fe4..010e02c 100644 --- a/base.css +++ b/base.css @@ -92,6 +92,12 @@ img, video { figcaption { margin: 0 auto; max-width: 100%; + text-align: center; + padding: 0.5em; +} + +figcaption::before { + font-weight: bold; }