2023-11-27 14:45:49 +01:00

14 lines
254 B
SCSS

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