diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-13 15:36:59 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-13 15:36:59 +0200 |
commit | 0905a577dd1961ed73d90452c9f26f0f61d5e8c5 (patch) | |
tree | a93261eb697d2efda099955303319de222dbc5f3 | |
parent | posts: clarify CSS (diff) | |
download | jekyll-theme-0905a577dd1961ed73d90452c9f26f0f61d5e8c5.tar.gz jekyll-theme-0905a577dd1961ed73d90452c9f26f0f61d5e8c5.zip |
posts: again, slightly lower header size
-rw-r--r-- | _includes/jekyll-theme/posts/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/posts/header.html b/_includes/jekyll-theme/posts/header.html index e58f966..c59f12c 100644 --- a/_includes/jekyll-theme/posts/header.html +++ b/_includes/jekyll-theme/posts/header.html @@ -5,7 +5,7 @@ {% else %} {% assign post = page %} {% endif %} - <{{ h }}>{{ post.title }}</{{ h }}> + <{{ h }}><span class="font-size-90">{{ post.title }}</span></{{ h }}> <div class="post-date"> <p class="text-muted font-size-90"> {%- comment -%} |