Update main class with mx-auto

This commit is contained in:
Andras Bacsai 2024-02-04 13:50:16 +01:00
parent fd32cd04ab
commit 8eed87e2f7

View File

@ -12,7 +12,7 @@
<x-navbar-subscription /> <x-navbar-subscription />
@endif @endif
<main class="main max-w-screen-2xl"> <main class="mx-auto main max-w-screen-2xl">
{{ $slot }} {{ $slot }}
</main> </main>
@endsection @endsection