From 7d1f86e336eb5ced814b11fd3511b8e27461d01f Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Mon, 5 Apr 2021 11:31:12 +0200 Subject: [PATCH] line-height back to orignal --- 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 344265f..99f7838 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: 144%; } +p, main article li { font-family: MerriWeatherRegular; line-height: 140%; } 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; }