diff --git a/apps/frontend/src/app/auth/layout.tsx b/apps/frontend/src/app/auth/layout.tsx index b823afca..dc005197 100644 --- a/apps/frontend/src/app/auth/layout.tsx +++ b/apps/frontend/src/app/auth/layout.tsx @@ -17,8 +17,8 @@ export default async function AuthLayout({ <>
-
-
+
+
-
+
{children}
diff --git a/apps/frontend/tailwind.config.js b/apps/frontend/tailwind.config.js index 508e9f80..32b81732 100644 --- a/apps/frontend/tailwind.config.js +++ b/apps/frontend/tailwind.config.js @@ -149,6 +149,7 @@ module.exports = { }), screens: { custom: { raw: '(max-height: 800px)' }, + xs: { max: '401px'} , }, }, },