homegrade_theme_production/template-blocks/home/latest-news/latest-news.css
2023-05-10 11:42:44 +02:00

15 lines
207 B
CSS

.section_latest_news {
.section_titling {
@apply max-w-md mx-auto;
}
.articles_container {
@apply grid
grid-cols-4
max-w-screen-2xl
px-8
py-16
gap-8
mx-auto;
}
}