Skip to content

Commit

Permalink
Bug fix for mobile footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitLakkapragada committed Sep 6, 2023
1 parent 3f790e2 commit 094237f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/utils/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const useStyles = makeStyles(() => ({
letterSpacing: '0.02em',
color: colors.black,
'@media only screen and (max-width: 992px) ': {
marginTop: '13%',
paddingLeft: '4%',
paddingRight: '4%',
margin: '0 auto',
Expand Down

0 comments on commit 094237f

Please sign in to comment.