Skip to content

Commit

Permalink
🎨 fix layout structure
Browse files Browse the repository at this point in the history
  • Loading branch information
k-urtica committed Feb 18, 2024
1 parent 778ed5e commit 1161a3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/app.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<template>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>

<script setup lang="ts"></script>
2 changes: 0 additions & 2 deletions src/layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<template>
<div class="bg-gradient">
<div class="css-selector" />

<main class="container mx-auto max-w-5xl">
<slot />
</main>
Expand Down

0 comments on commit 1161a3e

Please sign in to comment.