refining page wrapper

This commit is contained in:
Antoine M 2023-12-07 15:42:29 +01:00
parent 373462f67e
commit 34cb874f53

View File

@ -1,4 +1,4 @@
.post-question-page-container {
.taxonomy-question-page-container {
@apply px-8;
@apply container mx-auto;
@ -10,6 +10,15 @@
.publications-grid__title {
@apply text-left text-neutral-900;
}
.publications-grid__row {
@apply gap-3;
}
.publications-grid__button a {
@apply px-6;
}
.card-large-content-container:last-child {
@apply mb-0;
}
}
.question-context {
@apply pt-12 pb-4;