mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-20 03:46:38 +00:00
fix login page spacing on mobile
This commit is contained in:
@@ -45,7 +45,7 @@ export default async function AuthLayout({ children }: AuthLayoutProps) {
|
||||
<ThemeSwitcher />
|
||||
</div>
|
||||
|
||||
<div className="flex-1 flex items-center justify-center">
|
||||
<div className="flex-1 flex md:items-center justify-center">
|
||||
<div className="w-full max-w-md p-3">{children}</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user