From 2b368d03e69d938c137310c4638f1b056ea89c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Deutschla=CC=88nder?= Date: Wed, 19 Apr 2017 16:13:20 +0200 Subject: [PATCH] SPR-869: headline hierarchies did not match font-sizes --- css/plugins/qc.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/plugins/qc.less b/css/plugins/qc.less index 35476c6..25688b9 100644 --- a/css/plugins/qc.less +++ b/css/plugins/qc.less @@ -27,6 +27,17 @@ box-shadow: @box-shadow-bottom; margin-bottom: 0; + h2 { + font-size: 1.3rem; + } + h3 { + font-size: 1.1rem; + } + h4, h5, h6 { + font-size: 1rem; + } + + @media @screen_min-xxs { margin-top: -(@margin-default + 1); margin-right: -(@margin-default);