Skip to content
Snippets Groups Projects
Commit 9ecf228d authored by CazSaa's avatar CazSaa
Browse files

Change background to be on body instead of div

parent 22ae078b
No related branches found
No related tags found
No related merge requests found
<template>
<div id="default-page">
<div>
<Nuxt />
<Nav />
</div>
</template>
<script>
export default {
head() {
return {
bodyAttrs: {
id: "default-page"
}
}
}
}
</script>
<style>
@font-face {
font-family: Bungee;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment