mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Better lineheight for longer description text on about apge
This commit is contained in:
parent
8398dc98ea
commit
c0a6fac1b5
1 changed files with 2 additions and 2 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Reference in a new issue