From 7494690a4c89a47bf0ed19984897bcd258039464 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Tue, 2 Aug 2022 14:23:06 +0000 Subject: [PATCH] modified stylsheet -> changed ascii art properties --- layouts/_default/baseof.html | 2 +- static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0d93b31..5bef343 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 0278784..ed5c101 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -75,7 +75,7 @@ figure { margin: auto } .ascii-art { - font-family: monospace; + font:6px/1.0 monospace; white-space: pre; line-height: 1; }