Skip to content

Commit

Permalink
fix(ui): fix the footer spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Jan 19, 2024
1 parent 7ad8a44 commit d3a0b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ interface FooterProps {

export const Footer = ({ data }: FooterProps) => (
<PageFooter className={css('utrecht-footer')}>
<Page style={{ '--utrecht-page-margin-inline-end': '1rem', '--utrecht-page-margin-inline-start': '1rem' } as any}>
<Page>
<div className={css('utrecht-grid__container')}>
<div className={css('utrecht-grid__cell', 'utrecht-grid--md-8', 'utrecht-grid--sm-9')}>
{data?.title && <Heading2>{data?.title}</Heading2>}
Expand Down

0 comments on commit d3a0b06

Please sign in to comment.