Fixed swiper slide height

This commit is contained in:
kvakazyambra 2023-11-13 21:37:19 +03:00
parent 1a55a5bdb8
commit 252d78b35d

View File

@ -403,7 +403,6 @@
}
.shoutCardWithCover {
aspect-ratio: 16/9;
width: 100%;
@include media-breakpoint-down(xl) {
@ -413,6 +412,7 @@
}
swiper-slide & {
aspect-ratio: 16/9;
margin-bottom: 0;
@include media-breakpoint-down(lg) {