Spaces:
Sleeping
Sleeping
ui mobile tweaks
Browse files- app/page.tsx +1 -1
app/page.tsx
CHANGED
@@ -9,7 +9,7 @@ export default async function Home() {
|
|
9 |
const nextSpace = await fetchSpaceRandomly();
|
10 |
|
11 |
return (
|
12 |
-
<main className="flex min-h-screen flex-col items-center justify-
|
13 |
<div className="w-full max-w-xl mx-auto grid gap-16 lg:gap-24 grid-cols-1">
|
14 |
<header className="grid grid-cols-1 gap-5">
|
15 |
<h1 className="relative font-sans text-center text-4xl lg:text-7xl font-extrabold max-w-max mx-auto text-transparent bg-clip-text bg-flashy">
|
|
|
9 |
const nextSpace = await fetchSpaceRandomly();
|
10 |
|
11 |
return (
|
12 |
+
<main className="flex min-h-screen flex-col items-center justify-start lg:justify-start p-8 pt-16 lg:p-24 lg:pt-44">
|
13 |
<div className="w-full max-w-xl mx-auto grid gap-16 lg:gap-24 grid-cols-1">
|
14 |
<header className="grid grid-cols-1 gap-5">
|
15 |
<h1 className="relative font-sans text-center text-4xl lg:text-7xl font-extrabold max-w-max mx-auto text-transparent bg-clip-text bg-flashy">
|