From de397402d13dfd096be3dd166fc510c7c79066b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=AA=20Boaventura?= Date: Mon, 24 Jun 2024 15:40:17 -0300 Subject: [PATCH] adjust spacing --- pages/solutions/[solution].tsx | 1 + .../page-sections/SolutionFeatureSection.tsx | 11 +++-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/pages/solutions/[solution].tsx b/pages/solutions/[solution].tsx index 5de8869a..1cc3255d 100644 --- a/pages/solutions/[solution].tsx +++ b/pages/solutions/[solution].tsx @@ -67,6 +67,7 @@ export default function Solution({ as={GradientBG} size="cover" image="/images/solutions/solutions-background.png" + className="pb-xxxxxlarge lg:pb-xxxxxxlarge" > {title} - + {features.map((item, index) => (