diff --git a/themes/hugo-blog-jeffprod/static/css/blog.css b/themes/hugo-blog-jeffprod/static/css/blog.css index bdab9d01c7fb2b0d73341a4178ea3a68a6f55601..dc71c2228e36b0a570b29bfeda8502690736474a 100644 --- a/themes/hugo-blog-jeffprod/static/css/blog.css +++ b/themes/hugo-blog-jeffprod/static/css/blog.css @@ -247,6 +247,12 @@ html,body { flex-direction: column; justify-content: center; } +.has-text-centered h1 { + text-transform: none; + font-size: 30px; + font-weight: 700; + letter-spacing: 0.08em; +} .has-text-centered>div svg { transform: translateY(2px); }