fix: extra top spacing on xl for all routes

This commit is contained in:
patak 2023-01-06 11:52:58 +01:00
parent 779fcf4177
commit 7c6a81961b
4 changed files with 4 additions and 4 deletions

View file

@ -37,6 +37,7 @@ defineProps<{
</div>
<slot name="header" />
</div>
<div hidden xl:block h-6 />
<slot />
</div>
</template>