fix(style) page layout top margin

This commit is contained in:
ArneBo 2025-01-05 17:12:10 +01:00 committed by upsiflu
parent dc233b67e6
commit d83cfd714c
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -101,5 +101,8 @@ const attributes = computed(() => ({
flex-wrap: v-bind('props.noWrap ? "nowrap" : "wrap"'); flex-wrap: v-bind('props.noWrap ? "nowrap" : "wrap"');
} }
> h1, > h2, > h3, > h4, > h5 {
margin-top: 0px;
}
} }
</style> </style>

View File

@ -8,7 +8,7 @@
<style scoped lang="scss"> <style scoped lang="scss">
main { main {
padding: 56px 48px; padding: 32px 48px;
} }
</style> </style>