fix margin issue

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-02-19 22:29:30 +01:00
parent 11dd8e0b05
commit 13a02a0205
2 changed files with 2 additions and 2 deletions

2
components.d.ts vendored
View file

@ -39,4 +39,4 @@ declare module 'vue' {
}
}
export {}
export { }

View file

@ -1,5 +1,5 @@
<template>
<div class="h-full p-4">
<div class="m-4 h-full">
<Header />
<main class="mx-auto h-full max-w-[900px]">
<router-view v-slot="{ Component }">