perf(theme): blog bottom padding
This commit is contained in:
parent
350483795b
commit
ca383cdd7d
@ -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 {
|
||||
|
||||
@ -43,7 +43,8 @@ const {
|
||||
<style scoped>
|
||||
.post-list {
|
||||
flex: 1;
|
||||
padding-top: 2rem;
|
||||
padding-top: 32px;
|
||||
padding-bottom: 64px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user