Adjust text shadow when title small
This commit is contained in:
parent
ce06b43882
commit
db2a2687a0
|
|
@ -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;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue