Skip to content

Commit 25024ec

Browse files
committed
Update App.vue
1 parent 01b48b2 commit 25024ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/Layouts/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<div class="min-h-full flex flex-col">
88
<Header :menu="menu" />
99

10-
<main>
11-
<div class="mx-auto max-w-7xl xl:py-16 py-8 px-4 sm:px-6 xl:px-8">
10+
<main class="xl:py-16 py-8 px-4 sm:px-6 xl:px-8">
11+
<div class="mx-auto max-w-7xl">
1212
<slot />
1313
</div>
1414
</main>

0 commit comments

Comments
 (0)