Skip to content

Commit aad75cb

Browse files
committed
fix(auth): refine login UI mobile view
1 parent 587869c commit aad75cb

4 files changed

Lines changed: 5 additions & 163 deletions

File tree

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ build/
66
.cache/
77
.env
88
zapatos/
9-
.DS_Store
9+
.DS_Store
10+
.cursor
11+
docs
12+
tasks

doc/database.md

Lines changed: 0 additions & 161 deletions
This file was deleted.

pages/login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ definePageMeta({
99
</script>
1010

1111
<template>
12-
<div class="min-h-screen flex items-center justify-center bg-gray-200 p-4">
12+
<div class="md:min-h-screen flex items-center justify-center bg-gray-200 p-0 md:p-4">
1313
<div class="max-w-md w-full space-y-8 bg-white p-8 rounded-xl shadow-sm">
1414
<div class="space-y-2">
1515
<h2 class="text-center text-2xl font-bold tracking-tight text-gray-900">

0 commit comments

Comments
 (0)