From d211e28aa51211489ce5ad72e7511f89a8c7f359 Mon Sep 17 00:00:00 2001 From: Nicolas Doby Date: Tue, 18 Oct 2022 18:26:27 +0200 Subject: [PATCH] fix: add bigger margin before h2 --- public/css/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/index.css b/public/css/index.css index ac8443d..f4bb2f2 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -149,6 +149,9 @@ hr { margin: 4rem 15vw; } +p + h2 { + margin-top: .5rem; +} figure + h2, pre + h2 { margin-top: 2rem;