Skip to content

Commit be32b7f

Browse files
authored
Merge pull request #310 from connorabbas/develop
spacing fix
2 parents 7b0c347 + 8bace6f commit be32b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/layouts/GuestAuthLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ApplicationLogo from '@/components/ApplicationLogo.vue';
1111
</div>
1212
<div
1313
v-if="$slots.message"
14-
class="w-full sm:max-w-lg mt-6 px-4 sm:px-0"
14+
class="w-full sm:max-w-lg mt-6"
1515
>
1616
<slot name="message" />
1717
</div>

0 commit comments

Comments
 (0)