Skip to content

Commit

Permalink
Reduce spacing to support a larger brandImage
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Dec 3, 2020
1 parent 43f6620 commit ab8e6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/src/components/sidebar/Heading.tsx
Expand Up @@ -13,7 +13,7 @@ const BrandArea = styled.div(({ theme }) => ({
fontSize: theme.typography.size.s2,
fontWeight: theme.typography.weight.bold,
color: theme.color.defaultText,
marginRight: 40,
marginRight: 20,
display: 'flex',
width: '100%',
alignItems: 'center',
Expand Down

0 comments on commit ab8e6ba

Please sign in to comment.