Loading resources/views/components/layout.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ </head> <body class="min-h-[100vh] flex justify-between flex-col"> <x-header/> <main class="mx-auto max-w-[1028px] p-4 min-h-[80vh]"> <main class="mx-auto max-w-[1440px] p-4 min-h-[80vh]"> {{ $slot }} </main> <x-footer/> Loading Loading
resources/views/components/layout.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ </head> <body class="min-h-[100vh] flex justify-between flex-col"> <x-header/> <main class="mx-auto max-w-[1028px] p-4 min-h-[80vh]"> <main class="mx-auto max-w-[1440px] p-4 min-h-[80vh]"> {{ $slot }} </main> <x-footer/> Loading