Skip to content

Commit

Permalink
breakout media query
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Sep 12, 2024
1 parent f9b6fae commit 5d2c5dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
@layer utilities {
.clip-arc {
clip-path: circle(55vw at 50% 110%);
@media (min-width: 2000px) {
}

@media (min-width: 2000px) {
.clip-arc {
clip-path: ellipse(51% 90% at 50% 100%);
}
}
Expand Down

0 comments on commit 5d2c5dc

Please sign in to comment.