modified stylsheet -> changed ascii art properties

This commit is contained in:
Michael Clemens 2022-08-02 14:23:06 +00:00
parent 560399b2aa
commit 7494690a4c
2 changed files with 2 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.09" | relURL }}">
<link rel="stylesheet" href="{{ "css/style.css?v1.11" | relURL }}">
{{ range .Site.Params.customCSS -}}
<link rel="stylesheet" href="{{ . | relURL }}?rnd={{ now.Unix }}">
{{- end }}

View File

@ -75,7 +75,7 @@ figure {
margin: auto
}
.ascii-art {
font-family: monospace;
font:6px/1.0 monospace;
white-space: pre;
line-height: 1;
}