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; }