Various color and layout tweaks
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 2s

This commit is contained in:
Alan Youngblood
2024-01-22 09:58:22 -05:00
parent a0a8a791ea
commit 6846a062c3
8 changed files with 4380 additions and 11 deletions

View File

@ -6,9 +6,9 @@
{{ partial "site-navigation.html" . }}
<div class="tc-l pv6 ph3 ph4-ns">
{{ if not .Params.omit_header_text }}
<div class="f2 f1-l fw2 white-90 mb0 lh-title">{{ .Title | default .Site.Title }}</div>
<div class="f2 f1-l fw2 black mb0 lh-title">{{ .Title | default .Site.Title }}</div>
{{ with .Params.description }}
<div class="fw1 f5 f3-l white-80 measure-wide-l center lh-copy mt3 mb4">
<div class="fw1 f5 f3-l black measure-wide-l center lh-copy mt3 mb4">
{{ . }}
</div>
{{ end }}