Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
cihanandac committed Feb 13, 2024
1 parent fa46185 commit 3088c84
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// height: 80vh;
.collection-slider{
img{
width: 100%;
width: 500px;
max-height: calc(80vh - 190px) !important;
height: auto;
max-width: 100%;
Expand All @@ -17,6 +17,7 @@
margin-bottom: auto;
overflow: hidden;
@media screen and (min-width: 768px){
width: 100%;
max-height: 80vh !important;
}
@media screen and (min-width:1200px) {
Expand Down

0 comments on commit 3088c84

Please sign in to comment.