fix(theme): incorrect home hero background styles, close #304 (#305)

This commit is contained in:
pengzhanbo 2024-10-22 03:23:06 +08:00 committed by GitHub
parent 91f26e77a2
commit ef78eeab7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ useHomeHeroTintPlate(
height: calc(100vh - var(--vp-nav-height) - var(--vp-footer-height, 0px));
}
.vp-home-hero-bg {
.home-hero-bg {
position: absolute;
z-index: 0;
width: 100%;