diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-04-08 16:56:47 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-04-08 16:57:48 -0400 |
| commit | bd94db33f00c0d4b6f0704c42c9dd83b8b84f2e0 (patch) | |
| tree | 29a37d73dd43b6fd5ab9005c4bae2cf3afe0783f | |
| parent | fef0b84cdb5a1e4c32209000cf3739c05639ad2c (diff) | |
| download | xesite-bd94db33f00c0d4b6f0704c42c9dd83b8b84f2e0.tar.xz xesite-bd94db33f00c0d4b6f0704c42c9dd83b8b84f2e0.zip | |
css/shim: add some padding to code blocks
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | static/css/shim.css | 4 |
1 files changed, 3 insertions, 1 deletions
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) { |
