mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Tiny style tweaks
This commit is contained in:
parent
a2cfb7bfb5
commit
c4c3da7fb4
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue