16 lines
318 B
CSS
16 lines
318 B
CSS
.homegrade-blocks-communiques-presse-feed {
|
|
@apply mt-12 mb-12;
|
|
.section_titling__title:first-child {
|
|
@apply mt-0;
|
|
}
|
|
.card-grid-container {
|
|
@apply py-0;
|
|
}
|
|
.card-news__title {
|
|
@apply my-0;
|
|
}
|
|
.no-posts-found {
|
|
@apply text-neutral-600 text-lg col-span-4 font-medium;
|
|
}
|
|
}
|