File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function handleImageError() {
3535 < div class = " bg-gray-50 text-black/50 dark:bg-gray-900 dark:text-white/50" >
3636 < div class = " relative min-h-screen flex flex-col items-center justify-center selection:bg-[#818DF8] selection:text-white" >
3737 < div class = " relative w-full max-w-2xl px-6 lg:max-w-7xl" >
38- < header class = " min-w-[460px] grid grid-cols-2 items-center gap-2 py-10 lg:grid-cols-3" >
38+ < header class = " min-w-[460px] grid grid-cols-2 items-center gap-2 py-2 lg:grid-cols-3 bg-white dark:bg-gray-800 rounded-lg shadow " >
3939 < div class = " flex lg:justify-center lg:col-start-2" >
4040 < h1 class = " flex flex-row items-center" >
4141 < Link : href= " '/'" class = " inline-block w-[70px] h-[70px] shrink-0" >
@@ -45,7 +45,7 @@ function handleImageError() {
4545 < / h1>
4646 < / div>
4747
48- < nav v- if = " canLogin" class = " -mx-3 flex flex-1 justify-end" >
48+ < nav v- if = " canLogin" class = " -mx-1 flex flex-1 justify-end" >
4949 < Link
5050 v- if = " $page.props.auth.user"
5151 : href= " route('dashboard')"
You can’t perform that action at this time.
0 commit comments