From d10660d038a09ec638db27133fd47efc49b40358 Mon Sep 17 00:00:00 2001
From: DongGyun Han <DongGyun.Han@rhul.ac.uk>
Date: Thu, 15 Dec 2022 16:13:20 +0000
Subject: [PATCH] Update CSS for code highlight

---
 templates/impress.cs/css/cs1822.css | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/templates/impress.cs/css/cs1822.css b/templates/impress.cs/css/cs1822.css
index da4a278..15e1587 100644
--- a/templates/impress.cs/css/cs1822.css
+++ b/templates/impress.cs/css/cs1822.css
@@ -73,10 +73,12 @@ code {
 }
 
 pre {
-    margin-left: 5%;
-    width: 90%;
+    padding: 3%;
+    margin: 2%;
     border: 1pt dashed;
     background-color: #efefef;
+    font-family: monospace;
+    font-size: 80%;
 }
 
 div.overview {
-- 
GitLab