From 17446452732aa982994da038c081db0821a2519d Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 6 Feb 2022 14:45:04 -0300 Subject: [PATCH] Remove space --- templates/stylesheet.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/stylesheet.css b/templates/stylesheet.css index 08b5ac9..bd3fcfe 100644 --- a/templates/stylesheet.css +++ b/templates/stylesheet.css @@ -65,6 +65,14 @@ main { position: relative; } +.sourceCode pre { + margin-bottom: 0; +} + +.sourceCode { + margin-bottom: 1rem; +} + .highlight { background-color: #111; padding: .2em .5em;