From 98ac66495f498350346a8d7cc077dcdafe22257d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 27 Jun 2020 11:24:20 +0100 Subject: [PATCH] Set line heights for heaings --- web/themes/custom/opdavies/assets/css/custom-base.pcss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/opdavies/assets/css/custom-base.pcss b/web/themes/custom/opdavies/assets/css/custom-base.pcss index 8b2eb09..6f626a6 100644 --- a/web/themes/custom/opdavies/assets/css/custom-base.pcss +++ b/web/themes/custom/opdavies/assets/css/custom-base.pcss @@ -3,11 +3,11 @@ h1, h2, h3 { } h1 { - @apply text-3xl + @apply text-3xl leading-normal } h2 { - @apply text-2xl + @apply text-2xl leading-normal } img {