From 014bb77c16baa8570a216bf85468dc43c3a397a4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 24 Jan 2021 11:29:10 +0100 Subject: Fix line height in headings --- template/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template') diff --git a/template/style.css b/template/style.css index d8d3076..8fa083e 100755 --- a/template/style.css +++ b/template/style.css @@ -50,12 +50,12 @@ body { /* headings */ -h1 { font-size: 220%; } -h2 { font-size: 180%; } -h3 { font-size: 160%; } -h4 { font-size: 140%; } -h5 { font-size: 120%; } -h6 { font-size: 100%; } +h1 { font-size: 220%; line-height: 1.2em; } +h2 { font-size: 180%; line-height: 1.2em; } +h3 { font-size: 160%; line-height: 1.2em; } +h4 { font-size: 140%; line-height: 1.2em; } +h5 { font-size: 120%; line-height: 1.2em; } +h6 { font-size: 100%; line-height: 1.2em; } h1[itemtype="headline"] { padding-bottom: 0; -- cgit v1.2.3