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 }} -

+