From 40c09b9d9f815c70390af004086d880dce0987d7 Mon Sep 17 00:00:00 2001 From: UbaidRussell Date: Tue, 19 Sep 2023 22:55:40 -0400 Subject: [PATCH] =?UTF-8?q?Did=20some=20work=20on=20our=20mobile=20version?= =?UTF-8?q?=20=F0=9F=93=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/main.css b/main.css index 1c51200..de42af9 100644 --- a/main.css +++ b/main.css @@ -93,12 +93,17 @@ hr{ /* Media query for mobile devices */ @media only screen and (max-width: 600px) { + body{ + width: 100vw; + height: 100vh; + } #main-container{ - width: 90vw; + width: 90vw; height: 1400px; border-radius: 0px; flex-direction: column; border-radius: 20px; + margin:20px; } button{ color:black;