We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a708641 commit d947e4aCopy full SHA for d947e4a
1 file changed
app/pages/login.tsx
@@ -24,7 +24,9 @@ const LogIn: NextPage = () => {
24
return (
25
<Container>
26
<MainSection>
27
- <div className="m-width-md">
+ <div className="m-width-md mx-auto">
28
+ <h1 className="font-semibold text-xl tracking-tight mb-5">Login</h1>
29
+
30
<Auth supabaseClient={supabaseClient} providers={["github"]} />
31
</div>
32
</MainSection>
0 commit comments