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); }