Skip to content

Commit

Permalink
Increase margin
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed May 20, 2021
1 parent 8ef5a1d commit c9ad13f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Label = styled.div`
margin-left: ${theme.gridUnit}px;
}
.type-label {
margin-right: ${theme.gridUnit}px;
margin-right: ${theme.gridUnit * 2}px;
margin-left: ${theme.gridUnit}px;
font-weight: ${theme.typography.weights.normal};
width: auto;
Expand Down

0 comments on commit c9ad13f

Please sign in to comment.