Skip to content

Commit

Permalink
adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
renemennab committed Jun 24, 2024
1 parent 3fccc7a commit de39740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions pages/solutions/[solution].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default function Solution({
as={GradientBG}
size="cover"
image="/images/solutions/solutions-background.png"
className="pb-xxxxxlarge lg:pb-xxxxxxlarge"
>
<BasicPageHero
heading={solution.title}
Expand Down
11 changes: 3 additions & 8 deletions src/components/page-sections/SolutionFeatureSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function SolutionFeature({

return (
<EqualColumn
className="mb-xxxxlarge flex flex-col rounded-large border p-xlarge"
className="flex flex-col rounded-large border p-xlarge "
style={{
background:
theme.mode === 'dark'
Expand Down Expand Up @@ -99,12 +99,7 @@ function SolutionFeatureSection({

return (
<StandardPageWidth
className={classNames(
'flex flex-col gap-xlarge [text-wrap:balance]',
'pb-xxxlarge',
'md:pb-xxxlarge',
'xxl:pb-xxxxlarge'
)}
className={classNames('flex flex-col gap-xxxlarge [text-wrap:balance]')}
>
<ResponsiveText
className="m-auto mb-xxxlarge text-center"
Expand All @@ -117,7 +112,7 @@ function SolutionFeatureSection({
>
{title}
</ResponsiveText>
<Columns>
<Columns className={classNames(['gap-large lg:gap-xxxlarge'])}>
{features.map((item, index) => (
<SolutionFeature
item={item}
Expand Down

0 comments on commit de39740

Please sign in to comment.