add responsive mobile tablet laptop and desktop

This commit is contained in:
2026-04-16 16:49:32 +07:00
parent d0480df31a
commit 82c1da9951
9 changed files with 195 additions and 118 deletions
+2 -2
View File
@@ -36,10 +36,10 @@ export default function LoginPage() {
}
return (
<div className="flex min-h-[calc(100vh-3.5rem)] items-center justify-center px-4 py-12">
<div className="flex min-h-[calc(100vh-3.5rem)] items-center justify-center px-4 py-8 sm:py-12">
<div className="w-full max-w-sm">
{/* Header */}
<div className="mb-8 text-center">
<div className="mb-6 text-center sm:mb-8">
<Link href="/" className="mb-4 inline-block text-2xl font-bold text-neutral-800">
Se<span className="text-primary-600">Trip</span>
</Link>