From e0f1523ab054b8ed5f3ef32d0044f716032bfaa8 Mon Sep 17 00:00:00 2001 From: ImBadAtThisStuff Date: Fri, 29 May 2026 00:11:19 +0100 Subject: [PATCH] good practice bullshit or something --- css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/index.css b/css/index.css index d0fbaa3..c7a2069 100644 --- a/css/index.css +++ b/css/index.css @@ -68,12 +68,16 @@ html, body { background-color: var(--base); color: var(--text); font-family: 'Comic Code', sans-serif; + overflow-x: hidden; + max-width: 100vw; } .intro-header { color: var(--text); font-size: 2.5rem; font-weight: 700; + text-align: center; + } .HiIm {