File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export default function Login() {
3030 } , [ user , loading , navigation ] ) ;
3131
3232 return (
33- < div className = "flex flex-col gap-8 items-center justify-center sm:text-center p-4 sm:p-8 min-h-screen" >
33+ < div className = "flex flex-col gap-8 sm: items-center justify-center sm:text-center p-4 lg:mx-64 sm:p-8 min-h-screen" >
3434 < header >
3535 < h1 className = "font-playfair font-semibold text-5xl sm:text-7xl" >
3636 Hack_NCState Today
@@ -59,7 +59,9 @@ export default function Login() {
5959 Log in
6060 </ Button >
6161
62- < p className = "font-splash text-2xl select-none" > Team Hack_NCState</ p >
62+ < p className = "font-splash text-2xl select-none mx-auto" >
63+ Team Hack_NCState
64+ </ p >
6365
6466 < Dialog >
6567 < DialogTrigger asChild >
@@ -87,7 +89,7 @@ export default function Login() {
8789 < br />
8890 < div >
8991 This year is our first time launching this platform, so we'd
90- love to hear your feedback afterwards !
92+ love to hear your feedback after the event !
9193 </ div >
9294 </ DialogDescription >
9395 </ DialogHeader >
You can’t perform that action at this time.
0 commit comments