Skip to content

Commit

Permalink
more media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushagra J committed Nov 6, 2023
1 parent e4111e3 commit fc09b45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,18 @@ main {
grid-column: span 2;
}

@media (max-width: 800px) {
@media (max-width: 1000px) {
#view {
width: 50vw;
}
}

@media (max-width: 800px) {
#view {
width: 60vw;
}
}

@media (max-width: 600px) {
#view {
width: 70vw;
Expand Down

0 comments on commit fc09b45

Please sign in to comment.