From: Ruben Beltran del Rio Date: Thu, 5 Oct 2023 15:41:58 +0000 (+0200) Subject: Columnize X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/ea3c62fe3319c76a538822dbb774d18963c7e061 Columnize --- diff --git a/css/style.css b/css/style.css index d8c0368..dae306d 100644 --- a/css/style.css +++ b/css/style.css @@ -1,9 +1,22 @@ body { - font-family: "Hiragino Mincho ProN", sans-serif; + font-family: "Times New Roman", Times, serif; + line-height: 1.6; + letter-spacing: 0.02em; + column-count: auto; + column-width: 15em; } +header, p:first-of-type, pre:first-of-type { column-span: all } + +h1, h2, h3 { font-weight: normal } + +h2 { break-before: column } + +p { break-inside: avoid } + pre { font-family: Monaco, monospace; + font-size: 14px; background-color: #eee; }