From 197f6626d323a16ff002fe5de097bbd79b957c3e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 27 Nov 2023 13:07:27 +0100 Subject: [PATCH] adding padding x for real single --- .../css/pages/single-questions-(taxonomy-term).css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/css/pages/single-questions-(taxonomy-term).css b/resources/css/pages/single-questions-(taxonomy-term).css index d5c4352..b7c8e54 100644 --- a/resources/css/pages/single-questions-(taxonomy-term).css +++ b/resources/css/pages/single-questions-(taxonomy-term).css @@ -1,3 +1,16 @@ +.post-question-page-container { + @apply px-8; + + .section_titling { + &__title { + @apply text-secondary; + } + } + .publications-grid__title { + @apply text-left text-neutral-900; + } +} + .post-question-page { .thematiques-subtaxonomy-links { @apply pb-12;