diff options
author | mms <michal@sapka.me> | 2024-06-17 20:16:21 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-17 20:16:21 +0200 |
commit | 46ec6e03d79584366a1e269f15ebe4da1f50f7dc (patch) | |
tree | c0d75474af281aab8da6fa941f3f9835a0853b6b /layouts/cool-emacs/baseof.html | |
parent | 874c77e2f875d348afc70b5dd78750f4558f8849 (diff) |
feat: coolmacs
Diffstat (limited to 'layouts/cool-emacs/baseof.html')
-rw-r--r-- | layouts/cool-emacs/baseof.html | 10 |
1 files changed, 9 insertions, 1 deletions
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 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> - {{- $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"}} <link rel="apple-touch-icon" sizes="180x180" href="{{ $header_rect_180.Permalink }}"> @@ -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%; + } </style> |