Commit df20b81 1 parent c5c8139 commit df20b81 Copy full SHA for df20b81
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const Home: NextPage = () => {
17
17
< span className = "block text-2xl mb-2" > Welcome to</ span >
18
18
< span className = "block text-4xl font-bold" > Scaffold-ETH 2</ span >
19
19
</ 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" >
21
21
< p className = "my-2 font-medium" > Connected Address:</ p >
22
22
< Address address = { connectedAddress } />
23
23
</ div >
@@ -40,7 +40,7 @@ const Home: NextPage = () => {
40
40
</ div >
41
41
42
42
< 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" >
44
44
< div className = "flex flex-col bg-base-100 px-10 py-10 text-center items-center max-w-xs rounded-3xl" >
45
45
< BugAntIcon className = "h-8 w-8 fill-secondary" />
46
46
< p >
You can’t perform that action at this time.
0 commit comments