Skip to content

Commit

Permalink
Edit css media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Van-Nice committed Jul 1, 2024
1 parent 0a7e594 commit bd5354a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ body {
}
}

@media (min-width: 992px) {
@media (min-width: 800px) {
.grid-main {
grid-template-columns: [one] 1fr [two] 800px [three] 1fr [four];
grid-template-columns: [one] 1fr [two] 700px [three] 1fr [four];
}
}

0 comments on commit bd5354a

Please sign in to comment.