refining page wrapper
This commit is contained in:
parent
373462f67e
commit
34cb874f53
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user