From afa20c097006fd35ab78786610ffea0dd860af72 Mon Sep 17 00:00:00 2001 From: Ari Date: Tue, 9 Jun 2026 23:37:11 +0100 Subject: [PATCH] uhhhh --- css/index.css | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/css/index.css b/css/index.css index d605c23..40cb425 100644 --- a/css/index.css +++ b/css/index.css @@ -8,27 +8,22 @@ - html, body { - height: 100%; - overflow: hidden; + background-color: var(--base); + color: var(--text); + font-family: 'Comic Code', sans-serif; + overflow-x: hidden; + max-width: 100vw; + margin: 0; + min-height: 100vh; } html { background: linear-gradient(135deg, var(--base) 0%, var(--mantle) 60%, var(--crust) 100%); } - body { - font-family: 'Comic Code', sans-serif; - display: flex; - justify-content: center; - align-items: center; - height: 100vh; - height: 100dvh; - margin: 0; - padding: 1.5rem 1rem; - background: linear-gradient(135deg, var(--base) 0%, var(--mantle) 60%, var(--crust) 100%); - color: var(--text); + display: flex; + justify-content: center; } /* Estrogen watermark blended into the background */