removing unused css file

This commit is contained in:
Antoine M 2024-08-09 16:14:52 +02:00
parent eb6785e197
commit b708e35428

View File

@ -1,17 +0,0 @@
.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;
}
}