added missing ;

This commit is contained in:
August Skare
2018-11-19 15:14:01 +01:00
parent 8d3e6f77b7
commit 38949f7ea4

View File

@@ -29,7 +29,7 @@ const StyledItem = styled.li`
:not(:last-child) {
margin-bottom: 0.5625rem;
${media.small`
margin-bottom: 0.375rem
margin-bottom: 0.375rem;
`};
}
`;