STYLE Introducing styles

This commit is contained in:
Antoine 2025-05-12 16:49:54 +02:00
parent cbd7aa7a30
commit 59c7831ffc

View File

@ -0,0 +1,21 @@
.archive-dbmob {
h1 {
span.acronyme {
@apply block w-full;
}
span.explanation {
@apply text-3xl font-bold;
}
}
.page-heading {
@apply text-center max-w-screen-lg mx-auto;
}
&__heading {
@apply bg-blue-300;
}
.post-grid {
@apply grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4;
}
}