From cbd54adaf774c503265cfe1d357116b3909be340 Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Mon, 18 Dec 2017 03:42:49 +0100 Subject: [PATCH] client/css: add default font sizes for headings --- client/css/core-general.styl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/css/core-general.styl b/client/css/core-general.styl index bac5009f..ef3aea1b 100644 --- a/client/css/core-general.styl +++ b/client/css/core-general.styl @@ -32,6 +32,12 @@ h1, h2, h3 font-weight: normal margin-bottom: 1em +h1 + font-size: 2em + +h2 + font-size: 1.5em + th font-weight: normal