Skip to content

Commit

Permalink
minor changes to carousel arrows for browser, grid preview sizing for…
Browse files Browse the repository at this point in the history
… mobile
  • Loading branch information
sdmisra committed Sep 22, 2023
1 parent fbb5e22 commit f1975f3
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,25 @@
font-size: 2rem;
}
}

@media (max-width: 780px) {
.carousel-btn {
scale: .8;
}
.carousel-wrapper {
width: 85%;
}
.carousel-preview-container {
width: 41%;
}
.prev-button {
left: 1.15rem;
}
.next-button {
right: -1.85rem;
}
}

@media (max-width: 600px) {
.carousel-wrapper {
width: 70%;
Expand Down

0 comments on commit f1975f3

Please sign in to comment.