Better lineheight for longer description text on about apge

This commit is contained in:
Brian Lovin 2019-01-13 12:59:43 -08:00
parent 8398dc98ea
commit c0a6fac1b5

View file

@ -50,8 +50,8 @@ export const SectionHeading = styled.div`
export const Heading = styled.h3`
font-size: 40px;
font-weight: 800;
line-height: 1.2;
color: ${theme.text.default};
line-height: 1.2;
@media (max-width: 968px) {
max-width: 100%;
@ -63,7 +63,7 @@ export const Subheading = styled.h4`
font-weight: 400;
color: ${theme.text.tertiary};
margin-top: 12px;
line-height: 1.2;
line-height: 1.4;
a {
color: ${theme.text.default};