From 1fba0381a289013887158f721bf66314679a99ad Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Tue, 24 May 2022 17:10:33 +0100 Subject: [PATCH] Add padding to pre tag --- main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/main.css b/main.css index 9c2a4df..2ef34e5 100644 --- a/main.css +++ b/main.css @@ -34,6 +34,7 @@ pre{ color: white; white-space: pre-wrap; overflow-x: auto; + padding: 12px; } /* Special Design */