Spaces:
Sleeping
Sleeping
File size: 263 Bytes
8cab079 df1059a 8cab079 df1059a |
1 2 3 4 5 6 7 8 9 |
/* Override the default slide height */
.mo-slides-theme {
height: 100vh !important; /* Full viewport height */
}
/* Change the slide container to align items to top */
.swiper-slide > div {
align-items: flex-start !important; /* Align flex items to top */
} |