mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
perf: 优化 标签页、归档页 布局
This commit is contained in:
parent
ae598a1f0f
commit
977d965c12
@ -29,7 +29,6 @@ const { archives } = useArchives()
|
||||
<style scoped>
|
||||
.archives-wrapper {
|
||||
flex: 1;
|
||||
max-width: 768px;
|
||||
padding: 32px 24px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@ -97,9 +96,9 @@ const { archives } = useArchives()
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 960px) {
|
||||
@media (min-width: 1200px) {
|
||||
.archives-wrapper {
|
||||
margin-left: auto;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -42,7 +42,6 @@ const { tags: tagsLink } = useBlogExtract()
|
||||
<style scoped>
|
||||
.tags-wrapper {
|
||||
flex: 1;
|
||||
max-width: 768px;
|
||||
padding: 32px 24px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@ -151,9 +150,9 @@ const { tags: tagsLink } = useBlogExtract()
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 960px) {
|
||||
@media (min-width: 1200px) {
|
||||
.tags-wrapper {
|
||||
margin-left: auto;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user