diff --git a/resources/css/pages/single-questions-(taxonomy-term).css b/resources/css/pages/single-questions-(taxonomy-term).css index b7c8e54..e088516 100644 --- a/resources/css/pages/single-questions-(taxonomy-term).css +++ b/resources/css/pages/single-questions-(taxonomy-term).css @@ -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;