From b6d55c5961500311bcfd586fc7b0aae6cf42e3b2 Mon Sep 17 00:00:00 2001 From: Jakob Date: Fri, 26 Jun 2020 18:58:15 +0200 Subject: [PATCH] make h3 and h4 a little bit bigger this was probably lost due to the tailwind upgrade. --- .vuepress/theme/styles/text.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vuepress/theme/styles/text.css b/.vuepress/theme/styles/text.css index df08e7d7..5f45d2e7 100644 --- a/.vuepress/theme/styles/text.css +++ b/.vuepress/theme/styles/text.css @@ -76,6 +76,14 @@ h2 { @apply .text-2xl .pb-2 .border-b .border-grey-light; } +h3 { + @apply .text-xl; +} + +h4 { + @apply .text-lg; +} + p { @apply .my-4; line-height: 1.7;