sample: scale pre font to cover full page width
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 27 Oct 2023 17:45:54 +0000 (19:45 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 27 Oct 2023 19:48:47 +0000 (21:48 +0200)
base.css

index a2a7d165da272e7734da1b5c26440b529297e773..7cafc571efa0afb2f22abd64337ab2b25e0097f8 100644 (file)
--- a/base.css
+++ b/base.css
@@ -114,6 +114,7 @@ body > pre {
        border-width: 0 1px;
        border-style: solid;
        white-space: pre;
+       font-size: 1.9vmin; /* cover full width at most */
 }
 code {
        white-space: nowrap;