From 1dfb018017648d75f8407757e6598f9aa8447fa9 Mon Sep 17 00:00:00 2001 From: ImBadAtThisStuff Date: Fri, 29 May 2026 01:57:20 +0100 Subject: [PATCH] me being a perfectionist --- css/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 3903c7b..9bcfa87 100644 --- a/css/index.css +++ b/css/index.css @@ -109,10 +109,8 @@ body { } - .intro-text { padding: 1vh; - } @media (max-width: 600px) { @@ -137,5 +135,9 @@ body { .desktop-break { display: block; } + + .intro-text { + margin-top: 1vh; + } }