diff --git a/css/app.css b/css/app.css index da30405..a119ac7 100644 --- a/css/app.css +++ b/css/app.css @@ -583,6 +583,7 @@ display: flex; align-items: center; justify-content: center; + gap: 2rem; padding-left: 3rem; padding-right: 3rem; } diff --git a/resources/css/blocks/chapter-section.css b/resources/css/blocks/chapter-section.css index 8da1b9e..de292c7 100644 --- a/resources/css/blocks/chapter-section.css +++ b/resources/css/blocks/chapter-section.css @@ -1,5 +1,5 @@ .chapter-section { - @apply flex items-center justify-center 2xl:gap-12 !my-0 px-12; + @apply flex items-center justify-center gap-8 2xl:gap-12 !my-0 px-12; /* min-height: 80vh; */ @apply xl:pt-32;