diff options
author | 2025-05-27 22:46:01 +0200 | |
---|---|---|
committer | 2025-05-27 22:46:01 +0200 | |
commit | 03ec565470adabd27a0cffc083b71e9f36cb255c (patch) | |
tree | 2b3683cfeef9015e7f499ce3ac846ed6f1ab1e53 | |
parent | 965e7d0cda7a981c1196e81aca63a537f5bec6d4 (diff) | |
download | zuwu-03ec565470adabd27a0cffc083b71e9f36cb255c.tar.gz zuwu-03ec565470adabd27a0cffc083b71e9f36cb255c.tar.bz2 zuwu-03ec565470adabd27a0cffc083b71e9f36cb255c.tar.lz zuwu-03ec565470adabd27a0cffc083b71e9f36cb255c.zip |
fix: dont have top margin on embedded
-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; |