From 95746b151da25f80068d0fd70435b40906e53824 Mon Sep 17 00:00:00 2001 From: Caio Lente <7017340+clente@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:24:34 -0300 Subject: [PATCH] Customize figure style --- assets/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/style.css b/assets/style.css index 0b600e6..0173a36 100644 --- a/assets/style.css +++ b/assets/style.css @@ -163,3 +163,15 @@ p.byline { .skip-link:focus { transform: translateY(0%); } + +figure { + margin-inline-start: 0em; + margin-inline-end: 0em; +} + +figcaption > p { + margin-block-start: 0px; + text-align: center; + font-style: italic; + color: #ccc; +}