perf(theme): blog bottom padding

This commit is contained in:
pengzhanbo 2024-05-14 09:05:43 +08:00
parent 350483795b
commit ca383cdd7d
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,6 @@ const emit = defineEmits<{ change: [value: number] }>()
align-items: center;
justify-content: space-between;
padding: 32px 20px 24px;
margin-bottom: 64px;
}
.btn {

View File

@ -43,7 +43,8 @@ const {
<style scoped>
.post-list {
flex: 1;
padding-top: 2rem;
padding-top: 32px;
padding-bottom: 64px;
margin: 0 auto;
}
</style>