From a33135ade2ec2963b11af9f17aa3dbbb81a12f44 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Fri, 14 Oct 2022 15:28:24 +0200 Subject: [PATCH] changed text layout to justify --- layouts/_default/baseof.html | 2 +- static/css/style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5bef343..485f662 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,7 +8,7 @@ {{ .Site.Title }} {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.author }}{{ end }} - + {{ range .Site.Params.customCSS -}} {{- end }} diff --git a/static/css/style.css b/static/css/style.css index ed5c101..c132433 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -14,6 +14,7 @@ body{ margin:40px auto; padding:0 10px; font:15px/1.5 monospace; + text-align: justify; color:var(--fontcolor); background: var(--bgcolor) } a:link{ @@ -68,7 +69,7 @@ img { } figcaption { color: #888; - font: 13px/1.5 monospace; + font: 13px/1.5 monospace; text-align: center; } figure {