Styles Fixes
This commit is contained in:
@@ -37,7 +37,7 @@ function Web() {
|
||||
let isAuthenticated = session == null ? false : true;
|
||||
|
||||
return (
|
||||
<main className="flex flex-col gap-[32px] row-start-2 items-center mt-10">
|
||||
<main className="flex flex-col row-start-2 items-center mt-10">
|
||||
<h1 className="text-3xl sm:text-4xl font-bold tracking-[-.01em] text-center sm:text-left">
|
||||
Welcome, {session?.name || "NULL"} !!
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user