mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
fix(theme): improve home-blog styles in mobile, close #210
This commit is contained in:
parent
e421cb6dc3
commit
36e311c301
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user