Skip to content

Commit

Permalink
Tweak bottom margin of button groups to match left/right margin
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Apr 24, 2024
1 parent 81bf40d commit 4be70c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/page/Navigation/NavigationLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function ExternalLinks({ closeDrawer }: { closeDrawer?: () => void }) {
<Box
width="full"
mt={4}
mb={8}
mb={6}
>
<Flex
alignItems={{ base: 'flex-start', md: 'center' }}
Expand Down

0 comments on commit 4be70c0

Please sign in to comment.