diff options
Diffstat (limited to 'themes/hugo-bearblog/layouts')
-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 { |