We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec962b6 commit c04e1aeCopy full SHA for c04e1ae
src/app/components/layout/auth/Background.tsx
@@ -1,6 +1,6 @@
1
export default function Background({ children }: { children: React.ReactNode }) {
2
return (
3
- <div className="flex min-h-[calc(100vh-64px)] items-center justify-center bg-gradient-to-r from-primary-orange-100 to-primary-orange-200 px-4 py-12 sm:px-6 lg:px-8">
+ <div className="mt-[64px] flex min-h-[calc(100vh-64px)] items-center justify-center bg-gradient-to-r from-primary-orange-100 to-primary-orange-200 px-4 py-12 sm:px-6 lg:px-8">
4
{children}
5
</div>
6
);
0 commit comments