reduce box size for pages, reducing need for manual overrides in page components
This commit is contained in:
parent
c71684b7d9
commit
6670dc4430
1 changed files with 5 additions and 1 deletions
|
@ -4,4 +4,8 @@
|
|||
</script>
|
||||
|
||||
<Header />
|
||||
<slot />
|
||||
|
||||
<div class="h-full pt-16">
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue