changed text layout to justify

This commit is contained in:
Michael Clemens 2022-10-14 15:28:24 +02:00
parent 7494690a4c
commit a33135ade2
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<title>{{ .Site.Title }}</title>
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
<link rel="stylesheet" href="{{ "css/style.css?v1.11" | relURL }}">
<link rel="stylesheet" href="{{ "css/style.css?v1.30" | relURL }}">
{{ range .Site.Params.customCSS -}}
<link rel="stylesheet" href="{{ . | relURL }}?rnd={{ now.Unix }}">
{{- end }}

View File

@ -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 {