35 lines
569 B
CSS
Executable File
35 lines
569 B
CSS
Executable File
.swiper {
|
|
width: 600px;
|
|
height: 300px;
|
|
background-color: green;
|
|
}
|
|
|
|
/* .swiper-slide {
|
|
background-color: red !important;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.swiper-slide img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
} */
|
|
.section-show-thematiques {
|
|
@apply pt-8 pb-32;
|
|
.thematiques-container {
|
|
@apply grid
|
|
grid-cols-3
|
|
gap-8
|
|
gap-y-32
|
|
max-w-screen-xl
|
|
mx-auto
|
|
pt-16;
|
|
}
|
|
}
|