From e380509ffe719f5ab8aaf2e7efb374705889205a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 29 Nov 2023 14:22:54 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=88=20Tweak=20CSS=20for=20consistent?= =?UTF-8?q?=20spacing=20after=20titles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/workshop.css | 1 + 1 file changed, 1 insertion(+) diff --git a/slides/workshop.css b/slides/workshop.css index 10ff895c..ffe05140 100644 --- a/slides/workshop.css +++ b/slides/workshop.css @@ -15,6 +15,7 @@ h1, h2, h3, h4, h5, h6 { font-weight: bold; font-size: 45px !important; margin-top: 0.5em; + margin-bottom: 0.75em; } code {