From 0a14ea8590ebb5b676a97b432484c6df47c435f0 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 27 Oct 2023 19:45:54 +0200 Subject: [PATCH] sample: scale pre font to cover full page width --- base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/base.css b/base.css index a2a7d16..7cafc57 100644 --- 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; -- 2.30.0