adding x-padding for the whole page content

This commit is contained in:
Antoine M 2023-11-27 16:26:57 +01:00
parent 6a318d2032
commit 335f7ea088

View File

@ -10,6 +10,15 @@
@apply text-left text-neutral-900;
}
}
.question-context {
@apply pt-12 pb-4;
&__title {
@apply text-xs font-semibold uppercase tracking-wide !my-0 text-neutral-600;
}
&__conseil-name {
@apply font-bold;
}
}
.post-question-page {
.thematiques-subtaxonomy-links {
@ -40,6 +49,7 @@
padding: 0;
}
/*
[role='checkbox'] {
display: inline-block;
padding: 4px 8px;
@ -69,7 +79,7 @@
[role='checkbox']:hover {
cursor: pointer;
}
} */
&__accordeons-container {
@apply max-w-screen-lg mx-auto px-4 py-12;