15 lines
207 B
CSS
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;
|
|
}
|
|
}
|