shadows, button colors, fix whitespace

This commit is contained in:
2024-08-18 21:18:06 +00:00
parent 15752043e7
commit 614eaa5165
3 changed files with 7 additions and 4 deletions

View File

@@ -33,8 +33,7 @@
<div class="section-list">
{{- range .Params.sections -}}
<a href="{{ .link }}" class="section-item">
{{ partial "icon.html" .icon }}
<span class="label">{{ .name }}</span>
{{ partial "icon.html" .icon }}<span class="label">{{ .name }}</span>
</a>
{{- end -}}
</div>