2024-05-22 14:26:09 +02:00

13 lines
222 B
SCSS

:host {
swiper-container {
height: 100%;
swiper-slide {
display: block;
justify-content: start;
align-items: start;
text-align: start;
}
}
}