summaryrefslogtreecommitdiffstats
path: root/layouts/partials/style.html
diff options
context:
space:
mode:
authorverdant <i@glowisle.me>2026-02-23 15:31:26 +0800
committerverdant <i@glowisle.me>2026-02-23 15:31:26 +0800
commita220a15d80ac9528b29a028f29f079aae1beeee7 (patch)
tree45c4a15ecd3d9370f2b26acd04952f1fa8784751 /layouts/partials/style.html
parent6a4ea875660a7b8f83938852db7dac93dce2fdcc (diff)
downloadblog-a220a15d80ac9528b29a028f29f079aae1beeee7.tar.gz
blog-a220a15d80ac9528b29a028f29f079aae1beeee7.zip
style: modify the style of post title
- h3 -> h2 - change all to 1.25em
Diffstat (limited to 'layouts/partials/style.html')
-rw-r--r--layouts/partials/style.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index 1d56e37..f56ed7b 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -57,7 +57,7 @@
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
- font-size: 1.6em;
+ font-size: 1.25em;
word-wrap: break-word;
white-space: normal;
word-wrap: break-word;