Skip to content

Commit

Permalink
#1221 - adjust size for bottom menu (#1251)
Browse files Browse the repository at this point in the history
* #1221 - adjust size for bottom menu

* #1221 - set margin auto to make even space between links
  • Loading branch information
sebastianscatularo committed Nov 27, 2023
1 parent 8bbbea9 commit 923fa1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wormhole-connect/src/components/FooterNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ const useStyles = makeStyles()((theme) => ({
flexDirection: 'row',
gap: '8px',
padding: '8px',
width: '85%',
width: '100%',
},
menuItem: {
padding: '16px 0',
textAlign: 'center',
flex: 1,
fontSize: '14px',
margin: 'auto',
cursor: 'pointer',
'&:hover': {
textDecoration: 'underline',
Expand Down

0 comments on commit 923fa1f

Please sign in to comment.