From 800e2ac9799f51cd33549e461a6d2d8d44e3c4c7 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 29 May 2018 16:50:43 +0200 Subject: [PATCH] h1 and h2 get a usable design --- app/assets/stylesheets/customisations.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/customisations.scss b/app/assets/stylesheets/customisations.scss index 42064e5..36c720b 100644 --- a/app/assets/stylesheets/customisations.scss +++ b/app/assets/stylesheets/customisations.scss @@ -270,9 +270,19 @@ a.black { h1 { - margin-bottom: 0; + // margin-bottom: 0; + font-size: 150%; + font-weight: normal; + margin: 0 0 0.2rem 0; } + h2 + { + font-size: 150%; + font-weight: normal; + margin: 0 0 0.2rem 0; + color: #808080; + } /* Description of a screenshot (e.g. the situation when the screenshot was taken) */ .imgcaption