From 559faf7957ffed2fff3cc282426dd0f7bfa4485b Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Mon, 7 Sep 2020 14:27:36 +1000 Subject: [PATCH] website stylesheet: added pre margin-bottom: 20px. this improves rendering of literal code paragraphs. --- docs/web/stylesheets/stylesheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/web/stylesheets/stylesheet.css b/docs/web/stylesheets/stylesheet.css index 8b1d2c0..eac0014 100644 --- a/docs/web/stylesheets/stylesheet.css +++ b/docs/web/stylesheets/stylesheet.css @@ -173,6 +173,7 @@ pre, code { pre { width: 100%; padding: 10px; + margin-bottom: 20px; box-shadow: 0 0 10px rgba(0,0,0,.1); overflow: auto; }