Skip to content

Commit 9f7a848

Browse files
style drop-zone
1 parent 1fb87be commit 9f7a848

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/app/page.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,21 @@ import Link from "next/link";
77
export default function Home() {
88
return (
99
<div className="mx-auto container p-10">
10-
<main className="flex items-center justify-center flex-col gap-4">
11-
<h1 className="text-4xl">Curious Who Doesn&apos;t Follow You Back?</h1>
10+
<main className="flex items-center justify-center flex-col gap-4 px-12">
11+
<h1 className="text-5xl">Curious Who Doesn&apos;t Follow You Back?</h1>
1212
<h2 className="text-xl text-center">Safely see your non-followers using your official Instagram data. Your files are processed right here in your browser and are never uploaded anywhere.</h2>
13+
1314
{/* Drop Zone */}
14-
<div className="border-2 px-1/2 py-40 flex flex-col gap-8 items-center justify-center w-1/2">
15+
<div className="border-2 px-1/2 py-30 flex flex-col gap-8 items-center justify-center w-1/2 border-dashed rounded-3xl mt-12 text-lg">
1516
<Upload size={50}></Upload>
1617
Drag & drop your followers.json & following.json files here
1718
<span>or</span>
18-
<button className="border-1 p-2">Select Files</button>
19+
<button className="border-1 p-2 text-lg">Select Files</button>
1920
</div>
21+
2022
<Link href="/tutorial" className="underline"> Don&apos;t have your files? Here&apos;s how to get them.</Link>
2123
</main>
24+
2225
<footer className="fixed bottom-0 right-0 p-5 flex flex-row gap-2">
2326
Open Source & Privacy-First <Github></Github>
2427
</footer>

0 commit comments

Comments
 (0)