From 474e9ba53bc9e8319e5e5e3825e419982ee5acfb Mon Sep 17 00:00:00 2001 From: ImBadAtThisStuff Date: Fri, 29 May 2026 01:23:37 +0100 Subject: [PATCH] made website a little more mobile responsive --- css/index.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/css/index.css b/css/index.css index 3291af2..b29db1a 100644 --- a/css/index.css +++ b/css/index.css @@ -111,4 +111,19 @@ body { .intro-text { padding: 1vh; +} + +@media (max-width: 600px) { + .intro { + margin-top: 10vh; + color: var(--text); + text-align: center; + padding: 5vh + } + + + .intro-text { + margin-top: 1vh; + padding: 1vh; + } \ No newline at end of file