fix(theme): improve home-blog styles in mobile, close #210 (#212)

This commit is contained in:
pengzhanbo 2024-09-24 22:53:22 +08:00 committed by GitHub
parent b9ba65bc8d
commit c8089f54a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,10 +105,9 @@ const { theme, page } = useData()
transition: background-color var(--vp-t-color);
}
@media(min-width: 419px) {
.vp-blog.home-blog {
background-color: var(--vp-c-bg-alt);
}
.vp-blog.home-blog {
padding: 32px 16px;
background-color: var(--vp-c-bg-alt);
}
.blog-container {