Tiny style tweaks

This commit is contained in:
Brian Lovin 2019-01-13 13:11:09 -08:00
parent a2cfb7bfb5
commit c4c3da7fb4
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@ export const Description = styled(Markdown)`
font-weight: 400;
color: ${theme.text.secondary};
margin-top: 8px;
padding-right: 16px;
p:first-of-type {
margin-top: 0;

View file

@ -49,7 +49,7 @@ export const SectionHeading = styled.div`
export const Heading = styled.h3`
font-size: 40px;
font-weight: 800;
font-weight: 700;
color: ${theme.text.default};
line-height: 1.2;