fix: reduce spacing in header

This commit is contained in:
sixpointcube 2024-06-24 09:48:59 -04:00
parent df5d1a84a5
commit 3458af7064

View File

@ -4,7 +4,7 @@
<header class="cover bg-top" style="background-image: url('{{ $featured_image }}');"> <header class="cover bg-top" style="background-image: url('{{ $featured_image }}');">
<div class="{{ .Site.Params.cover_dimming_class | default "bg-black-60" }}"> <div class="{{ .Site.Params.cover_dimming_class | default "bg-black-60" }}">
{{ partial "site-navigation.html" .}} {{ partial "site-navigation.html" .}}
<div class="tc-l pv4 pv6-l ph3 ph4-ns"> <div class="tc-l pv1 pv1-l ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 {{ .Site.Params.title_text_color | default "white-90" }} mb0 lh-title"> <h1 class="f2 f-subheadline-l fw2 {{ .Site.Params.title_text_color | default "white-90" }} mb0 lh-title">
{{ .Title | default .Site.Title }} {{ .Title | default .Site.Title }}
</h1> </h1>