natty-gay/app.vue

20 lines
254 B
Vue
Raw Normal View History

2024-04-13 18:39:32 +00:00
<template>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>
<style lang="scss">
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
color: $primary-text;
}
</style>