From 03757808e7ee184a18b56bf358e4ac9204b58d65 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Fri, 29 Oct 2021 02:29:34 +0100 Subject: [PATCH] Update index.css --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index ceffc03..36875e1 100644 --- a/css/index.css +++ b/css/index.css @@ -111,7 +111,7 @@ pre { padding: 1em; margin: .5em 0; overflow-y: auto; - max-width: 300px; + max-width: 400px; } /*background-color: var(--code-bg)*/ }