fix(style): layout paddings

This commit is contained in:
ArneBo 2024-12-29 13:39:16 +01:00 committed by upsiflu
parent a33face736
commit 52b3d43f6b
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,12 @@
<template>
<div class="main page-library">
<router-view />
<RouterView />
</div>
</template>
<style scoped lang="scss">
main {
padding: 56px 48px;
}
</style>

View File

@ -9,7 +9,6 @@
<style scoped lang="scss">
main {
padding: 56px 48px;
font-size: 16px;
}
</style>