Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
carousel.css 315 B
Newer Older
/* CAROUSEL */
.box_carousel {
    display: flex;
    text-align: center;
    margin-right: 0px;
    margin-left: 0px;
}

.carousel-img {
    margin: 20px;
    max-width: 110px;
    /* text-align: center; */
    justify-content: space-between;
}

.title_carousel {
    display: flex;
    justify-content: center;
}