diff --git a/src/app/globals.css b/src/app/globals.css index 7903e3f..cb0e629 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -43,7 +43,7 @@ input[type="password"] { font-weight: normal; speak: none; color: var(--color-disabled); - margin: 10px 0px 10px 0px; + margin: 5px 0px 10px 0px; font-size: 34px; /* Controls dot size (width & height) */ line-height: 8px; diff --git a/src/app/profile/layout.tsx b/src/app/profile/layout.tsx index e050e2c..85f28c1 100644 --- a/src/app/profile/layout.tsx +++ b/src/app/profile/layout.tsx @@ -5,7 +5,7 @@ import { ReactQueryProvider } from '@/components/providers/ReactQueryProvider' export default function ProfileLayout({ children }: { children: React.ReactNode }) { return ( -
+
{children}