From 58d75689082a879af04be17473a871a9f1b662e3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 28 Oct 2022 09:03:50 +0200 Subject: posts: lower title font size It was like that before the recent redesigns; it does look better on mobile. --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index e5d6197..1ae5ccf 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,7 +10,7 @@ layout: default {% capture date %}

{{ category }}{{ date }}

{% endcapture %} -{% capture title %}

{{ page.title }}

{% endcapture %} +{% capture title %}

{{ page.title }}

{% endcapture %} {% include jekyll-theme/flex-header.html title=title right=date %} {{ content }} -- cgit v1.2.3