diff options
author | Leonardo Santiago <[email protected]> | 2025-04-22 15:35:33 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-04-22 15:35:33 -0300 |
commit | b07aa9b0ea5363b0a226c643743b700475dd559b (patch) | |
tree | 7b1373ca7ae82230d61335f74e1affe4364a676a /themes/hugo-bearblog/layouts/partials | |
parent | a049fc057b0022498c5e18a72d919c7913ca59fe (diff) |
post(eval_cache): new post
Diffstat (limited to 'themes/hugo-bearblog/layouts/partials')
-rw-r--r-- | themes/hugo-bearblog/layouts/partials/style.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/hugo-bearblog/layouts/partials/style.html b/themes/hugo-bearblog/layouts/partials/style.html index 71dcba6..6371ac4 100644 --- a/themes/hugo-bearblog/layouts/partials/style.html +++ b/themes/hugo-bearblog/layouts/partials/style.html @@ -68,15 +68,16 @@ code, pre { font-family: "Iosevka Curly Iaso", monospace; font-size: 15px; + margin: 0; } pre code { font-size: 16px; display: block; - padding-left: 5px; white-space: pre-wrap; overflow-x: auto; border-width: 5px; + padding: 10px 10px 10px 10px; } div.highlight { |