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 ea89471cc0
commit e8cc9c89ba
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>