From c0c499c30af8ba26121b6d745dec3fcd9fcec827 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 27 Aug 2022 23:20:43 +0200 Subject: [PATCH] CSS: Set line height for body for more compact design --- server/templates/macros.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 7c4a506..5f17cb7 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -7,6 +7,7 @@ background-color: #222222; color: whitesmoke; margin: .8rem; + line-height: 1.24; } table tr th, table tr td { margin: 0;