Skip to content

Commit

Permalink
edit box component
Browse files Browse the repository at this point in the history
  • Loading branch information
fronceee committed Jul 16, 2023
1 parent b3370ae commit e640c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import YouTubeIcon from '@mui/icons-material/YouTube';

export const Footer: FC = () => {
return (
<Box className="footer" padding={10} display="gird" placeItems="center">
<Box className="footer" padding={10}>
<Grid container display="flex" alignItems="center" justifyContent="center" rowSpacing={4}>
<Grid item xs={12} md={3} display="flex" direction="column" >
<Box component="img" src="./logo.png" width="200px"/>
Expand Down

0 comments on commit e640c00

Please sign in to comment.