From ccbf073fbb220f024770105cfb94d88afee4878f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 9 Jan 2024 09:37:32 +0100 Subject: [PATCH] refining layout --- .../template-archive-questions-(faq).css | 29 ++++++++++++------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/resources/css/pages/template-archive-questions-(faq).css b/resources/css/pages/template-archive-questions-(faq).css index 37182e0..7e64e2c 100644 --- a/resources/css/pages/template-archive-questions-(faq).css +++ b/resources/css/pages/template-archive-questions-(faq).css @@ -1,14 +1,21 @@ -.archive-page-header--faq { - .archive-page-header__icon { - @apply !-translate-y-[71%]; - } - .card-large-content-container { - @apply pt-40 mt-12 mb-0; - - .card-large-content { - &__links-container { - @apply lg:gap-32; - } +.page-template-template-archive-questions { + .archive-page-header--faq { + .archive-page-header__icon { + @apply !-translate-y-[71%]; } } + .card-large-content { + @apply pt-32; + &__links-container { + @apply lg:gap-32; + } + &__top-illustration { + width: 330px; + height: 180px; + transform: translate(-50%, -54%); + } + } + /* .card-large-content-container { + @apply pt-40 mt-12 mb-0; + } */ }