From 6ff361408e4c31430ac1447a77ee59fce86a04cd Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 26 Apr 2022 01:05:58 +0200 Subject: [PATCH] css: fix missing margin top in guides --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 003642ed..95f6d4a4 100644 --- a/css/custom.css +++ b/css/custom.css @@ -3113,7 +3113,7 @@ footer { } .guides h2:first-of-type { - margin-top: 0; + margin-top: 2rem; } .guides span {