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 443 B
/* CAROUSEL */
.carousel_box {
    display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
    margin-right: 24px;
    margin-left: 24px;
		height: 122px;
}

.carousel_img, .carousel_box svg {
		padding: 8px;
    width: 90px;
		height: 90px;
    /* text-align: center; */
}

.carousel_box svg {
  fill: var(--ifm-font-color-base);
}
.carousel_title {
    display: flex;
    justify-content: center;
}