From 8f01863d39b8cae4f0d92d812e5b1a483d9f5ac4 Mon Sep 17 00:00:00 2001 From: wtf Date: Mon, 26 Mar 2018 10:08:35 +0200 Subject: [PATCH] Fix spacing in amiga/plain mode (aka
)

---
 sahli.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sahli.css b/sahli.css
index 2429eae..65a6496 100644
--- a/sahli.css
+++ b/sahli.css
@@ -10,6 +10,10 @@ body {
     border: none;
 }
 
+pre {
+    line-height: 100%;
+}
+
 #top {
     border: 1px solid green;
     color: green;