diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-13 16:42:50 +0100 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-13 16:52:33 +0100 | 
| commit | 5bc55ac0a801cbe82c41a10f7e680612be4deaf8 (patch) | |
| tree | 9dbfada52bdc4750cca60e9bc8b8fd63cf9a4737 /src/styles/base/_typography.scss | |
| parent | 8c836de71b47744ec3e99cb8b3c853528fa66b52 (diff) | |
chore: create homepage with graphql data
Diffstat (limited to 'src/styles/base/_typography.scss')
| -rw-r--r-- | src/styles/base/_typography.scss | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/src/styles/base/_typography.scss b/src/styles/base/_typography.scss index 61d7616..39f0bfa 100644 --- a/src/styles/base/_typography.scss +++ b/src/styles/base/_typography.scss @@ -1,3 +1,4 @@ +.greetings,  h1 {    font-size: var(--font-size-3xl);  } @@ -23,6 +24,7 @@ h6 {    font-size: var(--font-size-md);  } +.greetings,  h1,  h2,  h3, @@ -33,7 +35,14 @@ h6 {    font-family: var(--font-family-secondary);    font-weight: 500;    margin: 0 0 var(--spacing-sm); +} +h1, +h2, +h3, +h4, +h5, +h6 {    * + {      h2,      h3, | 
