From b6b35383dcf0fd0fab594e38682ecf358a204628 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 11 Feb 2025 10:11:55 +0100 Subject: [PATCH] fixing gap --- css/app.css | 1 + resources/css/blocks/chapter-section.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;