Remove font size adjustment for small screens from Beta
This commit is contained in:
parent
8a7c61c6f4
commit
d6ac1a4f78
@ -153,7 +153,10 @@ const Block =
|
|||||||
|
|
||||||
const MainCopy = styled(Beta)`
|
const MainCopy = styled(Beta)`
|
||||||
margin-bottom: 3.1875rem;
|
margin-bottom: 3.1875rem;
|
||||||
${media.small`margin-bottom: 1.125rem;`};
|
${media.small`
|
||||||
|
margin-bottom: 1.125rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
`};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const List = styled.ul`
|
const List = styled.ul`
|
||||||
|
@ -11,8 +11,6 @@ const Alpha = styled.h2`
|
|||||||
const Beta = styled.h3`
|
const Beta = styled.h3`
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
line-height: 1.65;
|
line-height: 1.65;
|
||||||
|
|
||||||
${media.small`font-size: 1rem;`};
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Gamma = styled.h4`
|
const Gamma = styled.h4`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user