adding x-padding for the whole page content
This commit is contained in:
parent
6a318d2032
commit
335f7ea088
|
|
@ -10,6 +10,15 @@
|
||||||
@apply text-left text-neutral-900;
|
@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 {
|
.post-question-page {
|
||||||
.thematiques-subtaxonomy-links {
|
.thematiques-subtaxonomy-links {
|
||||||
|
|
@ -40,6 +49,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
[role='checkbox'] {
|
[role='checkbox'] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
|
|
@ -69,7 +79,7 @@
|
||||||
|
|
||||||
[role='checkbox']:hover {
|
[role='checkbox']:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
} */
|
||||||
|
|
||||||
&__accordeons-container {
|
&__accordeons-container {
|
||||||
@apply max-w-screen-lg mx-auto px-4 py-12;
|
@apply max-w-screen-lg mx-auto px-4 py-12;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user