diff --git a/resources/css/blocks/chapter-section.css b/resources/css/blocks/chapter-section.css index 20d5863..498bc6e 100644 --- a/resources/css/blocks/chapter-section.css +++ b/resources/css/blocks/chapter-section.css @@ -1,5 +1,5 @@ .chapter-section { - @apply relative lg:flex items-center justify-between gap-8 2xl:gap-12 !my-0; + @apply relative lg:flex items-center justify-between gap-8 2xl:gap-12 !my-16; @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); @@ -118,3 +118,8 @@ @apply -rotate-1; } } + +.chapter-section--width-full.chapter-section--has-background + + .chapter-section--width-full.chapter-section--has-background { + @apply !-mt-20; +}