mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 23:37:41 +00:00
fix margin issue
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
11dd8e0b05
commit
13a02a0205
2 changed files with 2 additions and 2 deletions
2
components.d.ts
vendored
2
components.d.ts
vendored
|
@ -39,4 +39,4 @@ declare module 'vue' {
|
|||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
export { }
|
||||
|
|
|
@ -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 }">
|
||||
|
|
Loading…
Add table
Reference in a new issue