diff options
-rw-r--r-- | RELEASE-CHECKLIST.html | 6 |
1 files changed, 6 insertions, 0 deletions
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; |