Added some tailwind styling

This commit is contained in:
Surya Vemulapalli
2025-03-29 18:44:16 -04:00
parent 77fb8bf350
commit cca10138bc
2 changed files with 4 additions and 4 deletions

View File

@@ -14,13 +14,13 @@ export default async function Home() {
if (!session) {
return (
<div className=" items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]">
<div className="items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]">
<main className="flex flex-row gap-[32px] row-start-2 items-center sm:items-start">
<a href="/auth/login?screen_hint=signup">
<button>Sign up</button>
<button className="w-16 text-green-600">Sign up</button>
</a>
<a href="/auth/login">
<button>Log in</button>
<button className = "w-16 text-green-600">Log in</button>
</a>
</main>
<h1>fauxcall</h1>