From c1d2bf9b9fcb10a987f5008abb09a7e43229b727 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 26 Dec 2022 22:16:46 +0100 Subject: [PATCH] fix anchor links --- website/src/styles/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/styles/index.css b/website/src/styles/index.css index 86fdb74e..d439928d 100644 --- a/website/src/styles/index.css +++ b/website/src/styles/index.css @@ -8,6 +8,6 @@ body { display: none !important; } -.prose > h1 { - padding-top: 30px; +.prose > h1:not(:first-child) { + margin-top: 30px; }