From 5bc55ac0a801cbe82c41a10f7e680612be4deaf8 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 13 Dec 2021 16:42:50 +0100 Subject: chore: create homepage with graphql data --- src/styles/base/_typography.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/styles/base') 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, -- cgit v1.2.3