Welcome to little lamb

Code » qmdoc » commit d0a6ac3

Minor CSS tweak

author Olivier Brunel
2023-01-06 10:56:00 UTC
committer Olivier Brunel
2023-01-06 10:56:00 UTC
parent 3f5931eefc2a0051fd3ff24d27d3b3f4474c894c

Minor CSS tweak

common.css +1 -1

diff --git a/common.css b/common.css
index fe0dfb2..68bfeb2 100644
--- a/common.css
+++ b/common.css
@@ -2,7 +2,7 @@ main {
     font-size: 16px;
 }
 main pre {
-    margin: 1px 0 23px;
+    margin: 8px 0 8px;
     padding: 12px;
 }
 main pre code {