From 36740e635258f3c71776a4f042e828e416d81688 Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Sun, 4 Apr 2021 17:11:24 +0200 Subject: [PATCH] increase line-height --- cmd/ssg/resources/ewnl/template/head.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ssg/resources/ewnl/template/head.gohtml b/cmd/ssg/resources/ewnl/template/head.gohtml index 42f9dcb..993f9be 100644 --- a/cmd/ssg/resources/ewnl/template/head.gohtml +++ b/cmd/ssg/resources/ewnl/template/head.gohtml @@ -35,7 +35,7 @@ main nav li a { font-family: AmikoBold; margin: 1px 2px; color: black; } main nav h2 { font-size: 1.4rem; } main nav p { color: black; } article { margin: auto; } -p, main article li { font-family: MerriWeatherRegular; line-height: 140%; } +p, main article li { font-family: MerriWeatherRegular; line-height: 144%; } article time, .tags, .tags a { font-family: AmikoRegular; color: grey; } .tags, .tags li { display: inline; margin: 0; padding-left: 3px; } p img { display: block; margin: 10px auto; }