diff --git a/layouts/partials/layouts/toc.html b/layouts/partials/layouts/toc.html index b486e61ff..06946d885 100644 --- a/layouts/partials/layouts/toc.html +++ b/layouts/partials/layouts/toc.html @@ -24,7 +24,7 @@ x-ref="{{ .ID }}" @click.stop="setActive('{{ .ID }}')" class="block pb-1 text-blue-600 hover:text-blue-500{{ if gt .Level 2 }} - ml-1 text-sm + ml-2 lg:ml-3 text-sm {{ else }} text-sm {{ end }}" diff --git a/layouts/shortcodes/code.html b/layouts/shortcodes/code.html index f64cda224..1ccb44b7d 100644 --- a/layouts/shortcodes/code.html +++ b/layouts/shortcodes/code.html @@ -15,7 +15,8 @@ {{- $codeLang = cond (eq $ext "html") "go-html-template" $ext }} {{- end }}