From aeac2b39fdb9bff1af0fc54e967fc3538848eca0 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 1 Oct 2025 12:32:20 +0200 Subject: [PATCH] STYLE Few tweaks --- resources/css/blocks/chapter-section.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/css/blocks/chapter-section.css b/resources/css/blocks/chapter-section.css index 9726423..20d5863 100644 --- a/resources/css/blocks/chapter-section.css +++ b/resources/css/blocks/chapter-section.css @@ -1,10 +1,11 @@ .chapter-section { @apply relative lg:flex items-center justify-between gap-8 2xl:gap-12 !my-0; - @apply py-32 xl:py-32 2xl:py-48 px-4 md:px-32; - + @apply py-32 xl:py-32 2xl:py-48 px-4 md:px-12; @apply max-w-screen-2xl mx-auto; color: var(--content-box-text-color); + min-height: 60vh; + &:first-child { @apply mt-0; } @@ -91,7 +92,7 @@ &__background { @apply absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 h-full; - z-index: -1; + z-index: 0; width: calc(100% - 30px); &--right {