From e9266cdeada02ae99d2f2f204e1c26066afee898 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Mon, 9 May 2022 20:03:13 -0500 Subject: [PATCH] Use h1 for website header --- assets/css/bobastyle.css | 4 ++++ layouts/partials/top.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index d209225..250c7f7 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -239,6 +239,10 @@ /* Header formatting (website title and article section headers) */ +h1.header { + font-size: 1.5em; +} + .header a, .section-header a { color: inherit; diff --git a/layouts/partials/top.html b/layouts/partials/top.html index 0fdd7ab..999548a 100644 --- a/layouts/partials/top.html +++ b/layouts/partials/top.html @@ -1,6 +1,6 @@ -

+

{{ .Site.Title | markdownify }} -

+