arthrod's picture
Create custom.css
8cab079 verified
/* 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 */
}