From 2d2b6c38f5ce59d22c9ac6f3e1a9225b8c0d1429 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Mon, 15 Aug 2022 13:31:03 -0500 Subject: [PATCH] Tweak to styling to avoid overflow on

---
 public/css/index.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/public/css/index.css b/public/css/index.css
index 88520d2..86dbbd8 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -95,7 +95,6 @@ code {
 }
 pre,
 pre[class*="language-"] {
-  padding: 1em;
   margin: .5em 0;
   line-height: 1.375; /* 22px /16 */
   -moz-tab-size: 2;