diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2022-12-06 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2022-12-06 00:00:00 +0000 |
commit | 388120efecf61a26006043fb734424fe7cc0fb2a2ee1bcaaa1e01c498d2b13d9 (patch) | |
tree | 9c9eff4ba72398a8eaa1a791f5e02e621db5a31de0165dccfeb5b2b5fe327389 | |
parent | 5039efdbd402fd8ff89809fb9bd290bab620aa3571845ab90d7513ad3aecdc4b (diff) | |
download | hugo-theme-journal-388120efecf61a26006043fb734424fe7cc0fb2a2ee1bcaaa1e01c498d2b13d9.tar.gz hugo-theme-journal-388120efecf61a26006043fb734424fe7cc0fb2a2ee1bcaaa1e01c498d2b13d9.zip |
Fix margins for highlighted code
-rw-r--r-- | assets/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 74376c8..aaf060b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -100,7 +100,7 @@ ul { list-style: disc inside none; } -p, pre, ul, ol, blockquote { +p, main > pre, ul, ol, blockquote, .highlight { margin-bottom: 1.4em; } |