From 1e53ae7011f39eff89988cd1b442c3ab4d38ea3e Mon Sep 17 00:00:00 2001 From: erciccione Date: Thu, 2 Sep 2021 08:40:41 +0200 Subject: [PATCH] css: change line-height of code blocks to 1.4 --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index da8a0a9a..e0667f23 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1131,7 +1131,7 @@ code { margin: 0 0.2rem; border-radius: 0.2rem; text-indent: 0; - line-height: 1.1rem; + line-height: 1.4rem; } pre.highlight {