From 03ec565470adabd27a0cffc083b71e9f36cb255c Mon Sep 17 00:00:00 2001 From: memdmp Date: Tue, 27 May 2025 22:46:01 +0200 Subject: fix: dont have top margin on embedded --- RELEASE-CHECKLIST.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE-CHECKLIST.html b/RELEASE-CHECKLIST.html index c29c705..011540c 100644 --- a/RELEASE-CHECKLIST.html +++ b/RELEASE-CHECKLIST.html @@ -16,6 +16,12 @@ flex-direction: column; color: #dedede; } + h1:first-child { + margin-top: 0; + } + body > .root h1:first-child { + margin-top: 1rem; + } body > .root { /* if not embedded into cgit */ background-color: #1a1a1a; -- cgit v1.2.3