diff options
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; |