From b8bd88d65bc0b2bdff4a464019f97ba2bed3d156 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Sat, 27 Jan 2018 21:35:28 +1100 Subject: [PATCH] increase horizontal padding for
 tags

---
 assets/static/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/static/style.css b/assets/static/style.css
index 2a73aed..0e66d45 100644
--- a/assets/static/style.css
+++ b/assets/static/style.css
@@ -22,7 +22,7 @@ pre {
     white-space: pre-wrap; 
     background: #dedede;
     color: #555;
-    padding: .5em .3em;
+    padding: .5em .7em;
 }
 
 code {