From ff557bd73dcdc4f30a94cd7f343fa16310ca26e1 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 13 Mar 2022 10:00:41 -0500 Subject: [PATCH] changed css of pre objects to make them easier to read --- static/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/index.css b/static/index.css index 34f1005..7aa5608 100644 --- a/static/index.css +++ b/static/index.css @@ -161,6 +161,8 @@ a:hover:after { pre { margin: 0; overflow: auto; + padding: 0; + height: fit-content; } code {