From 965e7d0cda7a981c1196e81aca63a537f5bec6d4 Mon Sep 17 00:00:00 2001 From: memdmp Date: Tue, 27 May 2025 22:44:36 +0200 Subject: fix: only apply centering for embedded --- RELEASE-CHECKLIST.html | 6 +++--- 1 file 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; -- cgit v1.2.3