From c362a0b32fb1f0c7e15f60ea81e466d1fcf418a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Wickstr=C3=B6m?= Date: Mon, 26 Aug 2024 04:00:24 +0200 Subject: [PATCH] explicit pre formatting --- index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.css b/index.css index a5b972b..06a2399 100644 --- a/index.css +++ b/index.css @@ -193,6 +193,11 @@ img, video { object-fit: contain; } +pre { + white-space: pre; + overflow-x: auto; +} + pre, code { font-family: var(--font-family); }