From 46ec6e03d79584366a1e269f15ebe4da1f50f7dc Mon Sep 17 00:00:00 2001 From: mms Date: Mon, 17 Jun 2024 20:16:21 +0200 Subject: feat: coolmacs --- layouts/cool-emacs/baseof.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'layouts/cool-emacs/baseof.html') diff --git a/layouts/cool-emacs/baseof.html b/layouts/cool-emacs/baseof.html index 7f2e20b..fecc1c6 100644 --- a/layouts/cool-emacs/baseof.html +++ b/layouts/cool-emacs/baseof.html @@ -7,7 +7,7 @@ - {{- $header_rect := resources.Get "unix-history/header-rect.png" }} + {{- $header_rect := resources.Get "cool-emacs/header-rect.png" }} {{- $header_rect_180 := $header_rect.Resize "180x webp q90"}} @@ -85,6 +85,7 @@ border-color: var(--heading-color); } + p, ul { line-height: 1.4em; text-align: justify; @@ -115,6 +116,13 @@ font-family: monospace; color: var(--heading-color); } + .no-border img { + border: 0; + } + .right { + float: right; + max-width: 40%; + } -- cgit v1.2.3