aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorverdant <i@glowisle.me>2026-02-23 16:13:06 +0800
committerverdant <i@glowisle.me>2026-02-23 16:13:06 +0800
commit5e57e61a0e42b269c6e2f9d9ef067253c911f7a4 (patch)
tree2c4706a9d78c23561848277c72ab50f2d62009dd /layouts
parentef512c9af861f42d58b51978ad872599d654d6c8 (diff)
downloadblog-5e57e61a0e42b269c6e2f9d9ef067253c911f7a4.tar.gz
blog-5e57e61a0e42b269c6e2f9d9ef067253c911f7a4.zip
style: add RWD support for post title
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/style.html9
1 files changed, 5 insertions, 4 deletions
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 {