Skip to content

Commit

Permalink
fix: 修复图片显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenlei0608 committed Sep 7, 2024
1 parent d494e78 commit b6deef3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ features:
--vp-home-hero-image-filter: blur(44px);
}

img {
.VPHomeHero img {
border-radius: 50%;
}

.VPNavBarTitle img {
border-radius: 50%;
}

Expand Down

0 comments on commit b6deef3

Please sign in to comment.