Skip to content

Commit

Permalink
Did some work on our mobile version 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
UbaidRussell committed Sep 20, 2023
1 parent a36f727 commit 40c09b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 40c09b9

Please sign in to comment.