modified stylsheet -> changed ascii art properties
This commit is contained in:
parent
560399b2aa
commit
7494690a4c
@ -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 }}
|
||||
|
@ -75,7 +75,7 @@ figure {
|
||||
margin: auto
|
||||
}
|
||||
.ascii-art {
|
||||
font-family: monospace;
|
||||
font:6px/1.0 monospace;
|
||||
white-space: pre;
|
||||
line-height: 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user