From 5c81ad917dd7020c648bf811dc45c581a86a6be0 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 17 Jun 2024 09:45:58 +0200 Subject: [PATCH] feat(auth): Update auth page layout The width of the authentication page is adjusted to occupy the full width of the viewport to enhance usability. This layout update ensures consistency for different screen sizes. --- src/app/auth/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/auth/page.tsx b/src/app/auth/page.tsx index 7ade88d..1b2a5af 100644 --- a/src/app/auth/page.tsx +++ b/src/app/auth/page.tsx @@ -3,7 +3,7 @@ import Image from "next/image"; export default function AuthPage() { return ( -
+
);