From 923fa1f4a18a4be6f88517cb68a9d6897ff315f8 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 27 Nov 2023 10:06:03 -0300 Subject: [PATCH] #1221 - adjust size for bottom menu (#1251) * #1221 - adjust size for bottom menu * #1221 - set margin auto to make even space between links --- wormhole-connect/src/components/FooterNavBar.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wormhole-connect/src/components/FooterNavBar.tsx b/wormhole-connect/src/components/FooterNavBar.tsx index fc886d270..f3eb260bc 100644 --- a/wormhole-connect/src/components/FooterNavBar.tsx +++ b/wormhole-connect/src/components/FooterNavBar.tsx @@ -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',