From b6256fa24fe2c29fdd1ce4656fbee5aacf11aaf4 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Mon, 26 Mar 2018 02:35:44 +0300 Subject: [PATCH] Recalculate header line-height --- code/html/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/html/custom.css b/code/html/custom.css index 770f0f0d..0b0153a4 100644 --- a/code/html/custom.css +++ b/code/html/custom.css @@ -30,6 +30,10 @@ color: #777777; } +.header > h1 { + line-height: 100%; +} + h2 { font-size: 1em; }