From 873ae19f4c9a53fe2b7138c1a12262d758eea251 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 11 Mar 2024 21:49:34 +0100 Subject: Style fixes --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 9a636e6..7f57250 100755 --- a/templates/base.html +++ b/templates/base.html @@ -35,7 +35,7 @@ max-width: var(--body-max-width); background: white; font-family: sans-serif; - line-height: 1.4rem; + line-height: 1.5rem; font-size: 16px; display: flex; flex-direction: column; -- cgit v1.2.3