From ad254d2760d55ab403dbe3cd3b4990fd01790f0f Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sun, 6 Apr 2025 12:01:20 -0400 Subject: [PATCH] Added separate styling for mobile --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index aeb7dc0..01d511c 100644 --- a/index.html +++ b/index.html @@ -176,6 +176,11 @@ #fetchingText { visibility: hidden; } + @media only screen and (max-width: 768px) { + main { + flex-direction: column; + } + }