Adjust text shadow when title small

This commit is contained in:
Ben Grant 2021-04-16 01:18:03 +10:00
parent ce06b43882
commit db2a2687a0

View file

@ -28,7 +28,7 @@ export const TitleLarge = styled.h1`
color: ${props => props.theme.primary}; color: ${props => props.theme.primary};
font-family: 'Molot', sans-serif; font-family: 'Molot', sans-serif;
font-weight: 400; font-weight: 400;
text-shadow: 0 4px 0 ${props => props.theme.primaryDark}; text-shadow: 0 3px 0 ${props => props.theme.primaryDark};
line-height: 1em; line-height: 1em;
`; `;