fix(css): center align FriendsHome hero-title
All checks were successful
部署文档 / build (push) Successful in 47s
All checks were successful
部署文档 / build (push) Successful in 47s
This commit is contained in:
@ -45,6 +45,10 @@ const friends: ThemeBlogHomeProjectOptions[] = Object.values(FriendsInfo)
|
|||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.vp-hero-info {
|
.vp-hero-info {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
.vp-blog-hero-title {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
main.friends.round-avatar {
|
main.friends.round-avatar {
|
||||||
|
Reference in New Issue
Block a user