From da33b5b6c5dd1ccc98a1cff178b0569e333f6e4f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 18 Jul 2019 18:31:46 +0200 Subject: [PATCH] fix #2921 @0:05 --- resources/styles/common/headings.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/styles/common/headings.styl b/resources/styles/common/headings.styl index a6ae55b..ef5bbe8 100644 --- a/resources/styles/common/headings.styl +++ b/resources/styles/common/headings.styl @@ -35,3 +35,5 @@ h1, h2, h3, h4 constrain(width, 2.5vw) height: 4px +.h3, .markdown h3 + font-size: 1.375rem -- 2.39.5