18 lines
262 B
CSS
18 lines
262 B
CSS
.section_latest_news {
|
|
@apply py-24;
|
|
.section_titling {
|
|
@apply max-w-md mx-auto;
|
|
}
|
|
.articles_container {
|
|
@apply grid
|
|
grid-cols-1
|
|
sm:grid-cols-2
|
|
xl:grid-cols-4
|
|
max-w-screen-2xl
|
|
px-8
|
|
py-16
|
|
gap-8
|
|
mx-auto;
|
|
}
|
|
}
|