carhop__carhop-theme__DEV/resources/css/pages/archive-dbmob.css
2025-05-12 16:49:54 +02:00

22 lines
365 B
CSS

.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;
}
}