homegrade_theme_production/resources/css/blocks/communiques-presse-feed.css

20 lines
373 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;
}
.read-more-communiques {
@apply !mt-12;
}
}