From 5ab85b076bcab9f64903b74facce9466259fed15 Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 15 Sep 2014 10:39:38 +0200 Subject: [PATCH] heading font-size should not be tied to font-size for posts and comments --- view/theme/redbasic/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index bb11ddbb9..7c203d475 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2260,11 +2260,11 @@ h1, h2 { } h3, h4 { - font-size: $font_size; + font-size: 1rem; } h5, h6 { - font-size: $body_font_size; + font-size: 0.75rem; } .dropdown-menu {