Skip to content

Commit d3fddcf

Browse files
committed
...
1 parent 5484376 commit d3fddcf

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
@@ -3,7 +3,7 @@ import ApplicationLogo from '@/components/ApplicationLogo.vue';
33
</script>
44

55
<template>
6-
<Container class="min-h-screen flex flex-col justify-center items-center sm:pt-0">
6+
<Container class="min-h-screen flex flex-col justify-center items-center">
77
<div>
88
<InertiaLink href="/">
99
<ApplicationLogo class="w-12 h-12 fill-current text-surface-900 dark:text-surface-0" />

0 commit comments

Comments
 (0)