Skip to content

Commit fcf24e6

Browse files
committed
Fix alignment of guest layout on mobile
1 parent 13b2691 commit fcf24e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Layouts/Guest.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title></title>
55
</Head>
66

7-
<div class="min-h-full flex flex-col justify-center">
7+
<div class="md:min-h-full flex flex-col justify-center">
88
<main class="xl:py-16 py-8 px-4 sm:px-6 xl:px-8">
99
<div class="mx-auto max-w-7xl">
1010
<SparklesIcon class="size-10 mx-auto text-brand-800 block mb-4 xl:mb-8" />

0 commit comments

Comments
 (0)