CSS: Less bottom margin for headings
All checks were successful
/ build (push) Successful in 13s

This commit is contained in:
jtbx 2024-03-02 22:31:28 +01:00 committed by jtbx
commit 76dcc69074
2 changed files with 69 additions and 1 deletions

View file

@ -13,7 +13,7 @@
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
{{ with resources.Get "pico-1.5.11/scss/pico.scss" | toCSS $cssOptionsPico | minify | fingerprint -}}
{{ with resources.Get "sass/pico-ccchh.scss" | toCSS $cssOptionsPico | minify | fingerprint -}}
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
{{- end }}
{{ with resources.Get "sass/main.scss" | toCSS $cssOptionsMain | minify | fingerprint -}}