diff options
author | 2025-05-27 22:44:36 +0200 | |
---|---|---|
committer | 2025-05-27 22:44:36 +0200 | |
commit | 965e7d0cda7a981c1196e81aca63a537f5bec6d4 (patch) | |
tree | 3f83713f8afcbd7fafade3734c09787282bfbcce /RELEASE-CHECKLIST.html | |
parent | 4a17d6a7728504694e0a297083ca6db1c9999e27 (diff) | |
download | zuwu-965e7d0cda7a981c1196e81aca63a537f5bec6d4.tar.gz zuwu-965e7d0cda7a981c1196e81aca63a537f5bec6d4.tar.bz2 zuwu-965e7d0cda7a981c1196e81aca63a537f5bec6d4.tar.lz zuwu-965e7d0cda7a981c1196e81aca63a537f5bec6d4.zip |
fix: only apply centering for embedded
Diffstat (limited to 'RELEASE-CHECKLIST.html')
-rw-r--r-- | RELEASE-CHECKLIST.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE-CHECKLIST.html b/RELEASE-CHECKLIST.html index 4d5082c..c29c705 100644 --- a/RELEASE-CHECKLIST.html +++ b/RELEASE-CHECKLIST.html @@ -13,16 +13,16 @@ } .root { display: flex; - align-items: center; flex-direction: column; color: #dedede; - min-height: 100vh; - width: 100%; } body > .root { /* if not embedded into cgit */ background-color: #1a1a1a; background-image: linear-gradient(45deg, #0000, #0000 100px, #0006); + align-items: center; + min-height: 100vh; + width: 100%; } body { margin: 0; |