diff --git a/resources/css/blocks/chapter-section.css b/resources/css/blocks/chapter-section.css index fbd6826..c15cf84 100644 --- a/resources/css/blocks/chapter-section.css +++ b/resources/css/blocks/chapter-section.css @@ -1,7 +1,7 @@ .chapter-section { @apply relative flex flex-col lg:flex-row items-center justify-between gap-8 2xl:gap-12 !my-16; @apply py-16 md:py-32 xl:py-32 2xl:py-48 px-8 md:px-20; - @apply max-w-screen-2xl mx-auto; + @apply !max-w-screen-2xl mx-auto; color: var(--content-box-text-color); min-height: 60vh;