From f4a361ff9a786909b9bd88d2c3ce9f3a13c3222b Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 19:20:03 +0200 Subject: [PATCH] New class for blog header size --- css/app.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index b3ee60b..7c21f6b 100755 --- a/css/app.css +++ b/css/app.css @@ -5002,7 +5002,10 @@ blockquote, blockquote p { h5 { font-size: 1.125rem; } h6 { - font-size: 1rem; } } + font-size: 1rem; } + h3.blog { + font-size: 2.1rem; + margin-bottom: 10px; } } .off-canvas-wrap { -webkit-backface-visibility: hidden;