aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-13 15:36:59 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-13 15:36:59 +0200
commit0905a577dd1961ed73d90452c9f26f0f61d5e8c5 (patch)
treea93261eb697d2efda099955303319de222dbc5f3
parentposts: clarify CSS (diff)
downloadjekyll-theme-0905a577dd1961ed73d90452c9f26f0f61d5e8c5.tar.gz
jekyll-theme-0905a577dd1961ed73d90452c9f26f0f61d5e8c5.zip
posts: again, slightly lower header size
-rw-r--r--_includes/jekyll-theme/posts/header.html2
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 -%}