Skip to content

Commit

Permalink
Fix carousel image size
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-mahajan committed Feb 19, 2024
1 parent 69e8f02 commit 7643502
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions src/containers/gallery/gallery.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
.gallery-img {
width: 100%;
height: 75vh;
}

@media screen and (max-width: 480px) {
.gallery-img {
width: 100%;
height: 25vh !important;
}
}

@media screen and (max-width: 768px) {
.gallery-img {
width: 100%;
height: 40vh;
}
width: auto;
max-width: 90vw;
height: auto;
max-height: 90vh;
}

0 comments on commit 7643502

Please sign in to comment.