From bd94db33f00c0d4b6f0704c42c9dd83b8b84f2e0 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 8 Apr 2023 16:56:47 -0400 Subject: css/shim: add some padding to code blocks Signed-off-by: Xe Iaso --- static/css/shim.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/shim.css b/static/css/shim.css index 21ba3ad..e74997f 100644 --- a/static/css/shim.css +++ b/static/css/shim.css @@ -144,7 +144,9 @@ h1, h2, h3, h4, h5, h6 { } .hack pre { - line-height: 1.125rem; + line-height: 1.125rem; + padding-top: 0.75rem; + padding-bottom: 0.75rem; } @media (prefers-color-scheme: light) { -- cgit v1.2.3