From 2b6904d62b53e9e0912aecfcf265d51a541eec90 Mon Sep 17 00:00:00 2001 From: nglk Date: Mon, 28 Nov 2022 16:57:50 +0100 Subject: [PATCH] changed line height --- app/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/style.css b/app/static/css/style.css index 8f0fd52..3a80e3c 100755 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -40,7 +40,7 @@ audio{ ul { list-style-type:none; - line-height: 2em; + line-height: 1.5em; } ul em{