Add proper styles to handle Header's fixed position and main tag to display correctly.

This commit is contained in:
2020-12-17 17:15:16 +01:00
parent 23595f0e58
commit 9394950263
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div>
<Header />
<main>
<main class="mt-16 px-4">
<Nuxt />
</main>
</div>