fix(css): center align FriendsHome hero-title
All checks were successful
部署文档 / build (push) Successful in 47s

This commit is contained in:
2025-06-18 13:55:37 +08:00
parent 87ae91d0a1
commit 7e1fbb73a2

View File

@ -45,6 +45,10 @@ const friends: ThemeBlogHomeProjectOptions[] = Object.values(FriendsInfo)
<style lang="scss">
.vp-hero-info {
flex-direction: column;
.vp-blog-hero-title {
text-align: center;
}
}
main.friends.round-avatar {