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;