diff options
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> |