Skip to content

Commit 964c540

Browse files
committed
fix@ anzhiyu post title too long covered next element
1 parent 7138576 commit 964c540

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_config.anzhiyu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ dynamicEffect:
12251225
inject:
12261226
head:
12271227
# 自定义css
1228-
# - <link rel="stylesheet" href="/css/custom.css" media="defer" onload="this.media='all'">
1228+
- <link rel="stylesheet" href="/css/anzhiyu-fix.css" media="defer" onload="this.media='all'">
12291229

12301230
bottom:
12311231
# 自定义js

source/css/anzhiyu-fix.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#recent-posts > .recent-post-item >.recent-post-info {
2+
height: 200px !important;
3+
}

0 commit comments

Comments
 (0)