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;