Skip to content

Commit df20b81

Browse files
small tweaks to home page layout (#1064)
1 parent c5c8139 commit df20b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nextjs/app/page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Home: NextPage = () => {
1717
<span className="block text-2xl mb-2">Welcome to</span>
1818
<span className="block text-4xl font-bold">Scaffold-ETH 2</span>
1919
</h1>
20-
<div className="flex justify-center items-center space-x-2 flex-col sm:flex-row">
20+
<div className="flex justify-center items-center space-x-2 flex-col">
2121
<p className="my-2 font-medium">Connected Address:</p>
2222
<Address address={connectedAddress} />
2323
</div>
@@ -40,7 +40,7 @@ const Home: NextPage = () => {
4040
</div>
4141

4242
<div className="flex-grow bg-base-300 w-full mt-16 px-8 py-12">
43-
<div className="flex justify-center items-center gap-12 flex-col sm:flex-row">
43+
<div className="flex justify-center items-center gap-12 flex-col md:flex-row">
4444
<div className="flex flex-col bg-base-100 px-10 py-10 text-center items-center max-w-xs rounded-3xl">
4545
<BugAntIcon className="h-8 w-8 fill-secondary" />
4646
<p>

0 commit comments

Comments
 (0)