From 53ae06456a38be1cbd982c118d415abee66800f8 Mon Sep 17 00:00:00 2001 From: Chad Schulz Date: Thu, 6 Oct 2022 11:07:37 -0700 Subject: update site title, so pages have a single h1 element --- assets/css/components/_app.scss | 8 ++++++++ layouts/_default/baseof.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/css/components/_app.scss b/assets/css/components/_app.scss index 643f3ce..35cd1ef 100644 --- a/assets/css/components/_app.scss +++ b/assets/css/components/_app.scss @@ -24,6 +24,14 @@ } } +.app-header-title { + color: $lightest-color; + display: block; + font-size: 2em; + margin: 0.67em 0; + font-weight: bold; +} + @media (min-width: 940px) { .app-header { position: fixed; diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9201a44..7ed1318 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,7 +19,7 @@
{{ .Site.Params.author | default -

{{ .Site.Title }}

+ {{ .Site.Title }} {{- with .Site.Menus.main }}