From 868d4f04124657fd08ca191212e8a4603d145108 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 24 Jan 2021 10:54:30 +0100 Subject: Fixed line height in pre --- template/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'template') diff --git a/template/style.css b/template/style.css index 72284d9..f1d8ba8 100755 --- a/template/style.css +++ b/template/style.css @@ -235,6 +235,7 @@ pre > code { pre { font-size: 14px; + line-height: 1.5em; } img, video { -- cgit v1.2.3