Skip to content

Commit

Permalink
Tweak footer inner spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoduplos committed Dec 14, 2023
1 parent 0871b4a commit 3bed58d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/components/page-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ function FooterBlock(props: FlexProps) {

export default function PageHeader() {
return (
<Box bg='base.50' as='footer'>
<Fold
p={{ base: '8', lg: '16' }}
spacingY='8'
>
<Box
as='footer'
bg='base.50'
px={{ base: '4', md: '8' }}
pt={{ base: '8', lg: '16' }}
>
<Fold spacingY={{ base: '6', md: '8' }}>
<FooterBlock
gridColumn={{
base: '1/-1',
Expand Down

0 comments on commit 3bed58d

Please sign in to comment.