Skip to content

Commit 29055af

Browse files
committed
docs: fix design glitch
1 parent 41157f5 commit 29055af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/components/BlogEntry/BlogEntry.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const dateText = new Date(props.date).toLocaleDateString("en-US", {
114114
align-self: start;
115115
background-repeat: no-repeat;
116116
background-size: cover;
117-
--max-height: 256px;
117+
--max-height: 320px;
118118
}
119119
}
120120

0 commit comments

Comments
 (0)