22 lines
365 B
CSS
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;
|
|
}
|
|
}
|