From 41a8577cbaa4ad14d84b71df7a604e155c3b257a Mon Sep 17 00:00:00 2001 From: wangpeiheng <805075854@qq.com> Date: Wed, 10 Jun 2020 09:07:39 +0800 Subject: [PATCH] modify title style --- themes/hugo-blog-jeffprod/static/css/blog.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/hugo-blog-jeffprod/static/css/blog.css b/themes/hugo-blog-jeffprod/static/css/blog.css index bdab9d01..dc71c222 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); } -- Gitee