diff options
author | 2025-05-27 22:46:55 +0200 | |
---|---|---|
committer | 2025-05-27 22:46:55 +0200 | |
commit | 53c2b546c3cf4b7474a68f8bbeb8615cc5c02658 (patch) | |
tree | 1cb683975330b96395798043771bd6ba121c61ed | |
parent | 03ec565470adabd27a0cffc083b71e9f36cb255c (diff) | |
download | zuwu-53c2b546c3cf4b7474a68f8bbeb8615cc5c02658.tar.gz zuwu-53c2b546c3cf4b7474a68f8bbeb8615cc5c02658.tar.bz2 zuwu-53c2b546c3cf4b7474a68f8bbeb8615cc5c02658.tar.lz zuwu-53c2b546c3cf4b7474a68f8bbeb8615cc5c02658.zip |
fix: 1.3rem
yes this is somehow slowly turning into a web perfectionism project for the release checklist instead of a shell preset
no none of the rel checklist commits are going in the changelog its not worth it
-rw-r--r-- | RELEASE-CHECKLIST.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-CHECKLIST.html b/RELEASE-CHECKLIST.html index 011540c..dedde73 100644 --- a/RELEASE-CHECKLIST.html +++ b/RELEASE-CHECKLIST.html @@ -20,7 +20,7 @@ margin-top: 0; } body > .root h1:first-child { - margin-top: 1rem; + margin-top: 1.3rem; } body > .root { /* if not embedded into cgit */ |