Remove margin between site title, description

master
Will Faught 5 months ago
parent 50141eb717
commit fb938f64d4

@ -37,7 +37,7 @@
{{ partial "paige/func-include.html" (dict "name" "site-header-first%s.html" "page" $page) }} {{ partial "paige/func-include.html" (dict "name" "site-header-first%s.html" "page" $page) }}
{{ with $title }} {{ with $title }}
<div class="display-1 fw-bold {{ if $description }} mb-2 {{ end }} paige-row-tall text-center" id="paige-site-title"> <div class="display-1 fw-bold {{ if not (or $breadcrumbs $description $menu) }} paige-row-tall {{ end }} text-center" id="paige-site-title">
<a class="text-body text-decoration-none" href="{{ relLangURL `` }}">{{ . }}</a> <a class="text-body text-decoration-none" href="{{ relLangURL `` }}">{{ . }}</a>
</div> </div>
{{ end }} {{ end }}

Loading…
Cancel
Save