25 lines
502 B
CSS
25 lines
502 B
CSS
.homegrade-blocks-chapitrage-thematique {
|
|
.homegrade-blocks-chapitre-thematique {
|
|
@apply p-0 gap-8 mb-12;
|
|
h3 {
|
|
@apply mt-0;
|
|
}
|
|
&__cover {
|
|
@apply rounded-3xl w-full h-fit;
|
|
aspect-ratio: 1/1;
|
|
background-color: red;
|
|
img {
|
|
max-width: 86%;
|
|
max-height: 86%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.homegrade-blocks-lien-chapitre {
|
|
@apply my-12 shadowed rounded-2xl p-12;
|
|
&__title {
|
|
@apply text-xl font-bold pb-3;
|
|
}
|
|
}
|
|
}
|