From 5e57e61a0e42b269c6e2f9d9ef067253c911f7a4 Mon Sep 17 00:00:00 2001 From: verdant Date: Mon, 23 Feb 2026 16:13:06 +0800 Subject: style: add RWD support for post title --- layouts/partials/style.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'layouts/partials/style.html') diff --git a/layouts/partials/style.html b/layouts/partials/style.html index f56ed7b..24ed22c 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -83,14 +83,15 @@ font-size: 0.85em; } - .recent-post-title { - font-size: 1.05em; - } - .item-link { white-space: normal; overflow: visible; } + + + .post-title a.item-link { + font-size: 1em; + } } .post-meta-item svg { -- cgit v1.2.3