From 9328fed00c27b6adb64403e0e30275d3b4f48e12 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 13 Mar 2022 10:10:38 -0500 Subject: [PATCH] adjusted code blocks part 4 --- static/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/index.css b/static/index.css index 15913f4..750673b 100644 --- a/static/index.css +++ b/static/index.css @@ -159,10 +159,8 @@ a:hover:after { /* For code snippets */ pre { - margin: 0; overflow: auto; padding: 3px; - height: fit-content; } code {