Portfolio/Websites/jefes-nextjs/app/gallery/carousel.css
2023-11-06 05:17:38 -08:00

11 lines
142 B
CSS

.embla {
overflow: hidden;
}
.embla__container {
display: flex;
}
.embla__slide {
flex: 0 0 100%;
min-width: 0;
}