From b07eb8d1c06e582e5f177c159d820778029a9d93 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 5 Oct 2024 17:56:32 +0200 Subject: use html figurecaption + fix caption css --- _sass/layout.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_sass/layout.css') diff --git a/_sass/layout.css b/_sass/layout.css index b92ef79..c459e8e 100644 --- a/_sass/layout.css +++ b/_sass/layout.css @@ -56,9 +56,9 @@ overflow-x: hidden; } -.contentWrapper > * { - margin: 0; - margin-bottom: var(--page-margins); + +.contentWrapper :first-child { + margin-top: 0; } .contentWrapper p { -- cgit v1.2.3