Skip to content

Commit

Permalink
feat: add padding to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcase committed Aug 23, 2023
1 parent 3f97427 commit af84a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/summit-2023/src/components/common/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Footer: React.FC = () => {
<Box
mt={5}
textAlign="center"
style={{ background: 'transparent', boxShadow: 'none' }}
style={{ background: 'transparent', boxShadow: 'none', padding: '10px' }}
>
<Grid container>
<Grid
Expand Down

0 comments on commit af84a84

Please sign in to comment.