From 16c10b9f5667ac443c7bd0f0db0a87d4ed5edbce Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 2 Aug 2023 14:14:34 +0100 Subject: Change whitespace --- themes/ymherklotz/static/css/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css index c968d41..89d942b 100644 --- a/themes/ymherklotz/static/css/default.css +++ b/themes/ymherklotz/static/css/default.css @@ -113,7 +113,7 @@ html { body { font-size: 1.2rem; - line-height: 1.3; + line-height: 1.5; width: 90%; margin: 0; padding: 0 5%; @@ -194,6 +194,7 @@ code { pre { white-space: pre; overflow: auto; + line-height: 1.3; } figcaption { -- cgit