From 3b93306d936b61e34a4393d0b2254a9105a766d8 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Tue, 28 Nov 2023 22:29:40 +0300 Subject: [PATCH] Set line-height to 100% --- layouts/partials/head/style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head/style.html b/layouts/partials/head/style.html index 40dc906..383fbd4 100644 --- a/layouts/partials/head/style.html +++ b/layouts/partials/head/style.html @@ -35,7 +35,7 @@ body { font-family: 'Computer Modern Serif', serif; font-size: 13pt; - line-height: 120%; + line-height: 100%; background: white; display: block; margin: 1cm auto;