From 7cff045cb3a5a0036afa7880e7dcca035c72ecb5 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 7 Jan 2023 20:50:01 -0600 Subject: [PATCH] Website header title should not be h1 --- assets/css/bobastyle.css | 7 ++----- layouts/partials/top.html | 8 +++----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 53ff964..1924e59 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -314,14 +314,11 @@ margin: 16px 0; } -.header h1 { - font-size: 1.5em; - font-weight: bold; -} - .header a, .section-header a { color: inherit; + font-size: 1.5em; + font-weight: bold; } .section-header-link svg { diff --git a/layouts/partials/top.html b/layouts/partials/top.html index 44809b8..c18049c 100644 --- a/layouts/partials/top.html +++ b/layouts/partials/top.html @@ -1,9 +1,7 @@
-

- - {{ .Site.Title | markdownify }} - -

+ + {{ .Site.Title | markdownify }} +