diff --git a/src/app/auth/page.tsx b/src/app/auth/page.tsx index 3eef63c..dfaa933 100644 --- a/src/app/auth/page.tsx +++ b/src/app/auth/page.tsx @@ -6,7 +6,7 @@ import { ThemeToggler } from '@/components/ui/theme-toggler' export default function Auth() { return ( - + diff --git a/src/app/globals.css b/src/app/globals.css index dfa32ea..118134c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -95,3 +95,37 @@ @apply text-xs uppercase; } } + +.auth-page section { + padding-top: 9rem; + padding-bottom: 9rem; +} + +@media (min-width: theme('screens.md')) { + .auth-page section { + padding-top: 2.5rem; + padding-bottom: 2.5rem; + } +} + +.profile-page section { + flex-direction: column; + flex-grow: 1; +} + +@media (min-width: theme('screens.md')) { + .profile-page section { + flex-direction: row; + flex-grow: 0; + } +} + +.verification-page section { + flex-direction: column; +} + +@media (min-width: theme('screens.md')) { + .verification-page section { + flex-direction: row; + } +} diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index e601122..a185d04 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -6,7 +6,7 @@ import { ThemeToggler } from '@/components/ui/theme-toggler' export default function Profile() { return ( - +

Profile

diff --git a/src/app/verification/page.tsx b/src/app/verification/page.tsx index 37f5bf1..3e459f1 100644 --- a/src/app/verification/page.tsx +++ b/src/app/verification/page.tsx @@ -6,7 +6,7 @@ import { ThemeToggler } from '@/components/ui/theme-toggler' export default function Verification() { return ( - +