@@ -2,13 +2,13 @@ import Head from 'next/head'
2
2
3
3
export default function Home ( ) {
4
4
return (
5
- < div className = "flex flex-col items-center justify-center min-h-screen py-2" >
5
+ < div className = "flex min-h-screen flex-col items-center justify-center py-2" >
6
6
< Head >
7
7
< title > Create Next App</ title >
8
8
< link rel = "icon" href = "/favicon.ico" />
9
9
</ Head >
10
10
11
- < main className = "flex flex-col items-center justify-center w-full flex-1 px-20 text-center" >
11
+ < main className = "flex w-full flex-1 flex- col items-center justify-center px-20 text-center" >
12
12
< h1 className = "text-6xl font-bold" >
13
13
Welcome to{ ' ' }
14
14
< a className = "text-blue-600" href = "https://nextjs.org" >
@@ -18,15 +18,15 @@ export default function Home() {
18
18
19
19
< p className = "mt-3 text-2xl" >
20
20
Get started by editing{ ' ' }
21
- < code className = "p-3 font-mono text-lg bg-gray-100 rounded-md " >
21
+ < code className = "rounded-md bg-gray-100 p-3 font-mono text-lg" >
22
22
pages/index.tsx
23
23
</ code >
24
24
</ p >
25
25
26
- < div className = "flex flex-wrap items-center justify-around max-w-4xl mt-6 sm:w-full" >
26
+ < div className = "mt-6 flex max-w-4xl flex-wrap items-center justify-around sm:w-full" >
27
27
< a
28
28
href = "https://nextjs.org/docs"
29
- className = "p -6 mt-6 text-left border w-96 rounded-xl hover:text-blue-600 focus:text-blue-600"
29
+ className = "mt -6 w-96 rounded-xl border p-6 text-left hover:text-blue-600 focus:text-blue-600"
30
30
>
31
31
< h3 className = "text-2xl font-bold" > Documentation →</ h3 >
32
32
< p className = "mt-4 text-xl" >
@@ -36,7 +36,7 @@ export default function Home() {
36
36
37
37
< a
38
38
href = "https://nextjs.org/learn"
39
- className = "p -6 mt-6 text-left border w-96 rounded-xl hover:text-blue-600 focus:text-blue-600"
39
+ className = "mt -6 w-96 rounded-xl border p-6 text-left hover:text-blue-600 focus:text-blue-600"
40
40
>
41
41
< h3 className = "text-2xl font-bold" > Learn →</ h3 >
42
42
< p className = "mt-4 text-xl" >
@@ -46,7 +46,7 @@ export default function Home() {
46
46
47
47
< a
48
48
href = "https://github.com/vercel/next.js/tree/canary/examples"
49
- className = "p -6 mt-6 text-left border w-96 rounded-xl hover:text-blue-600 focus:text-blue-600"
49
+ className = "mt -6 w-96 rounded-xl border p-6 text-left hover:text-blue-600 focus:text-blue-600"
50
50
>
51
51
< h3 className = "text-2xl font-bold" > Examples →</ h3 >
52
52
< p className = "mt-4 text-xl" >
@@ -56,7 +56,7 @@ export default function Home() {
56
56
57
57
< a
58
58
href = "https://vercel.com/import?filter=next.js& utm_source = create - next - app & utm_medium = default - template & utm_campaign = create - next - app "
59
- className = "p -6 mt-6 text-left border w-96 rounded-xl hover:text-blue-600 focus:text-blue-600"
59
+ className = "mt -6 w-96 rounded-xl border p-6 text-left hover:text-blue-600 focus:text-blue-600"
60
60
>
61
61
< h3 className = "text-2xl font-bold" > Deploy →</ h3 >
62
62
< p className = "mt-4 text-xl" >
@@ -66,15 +66,15 @@ export default function Home() {
66
66
</ div >
67
67
</ main >
68
68
69
- < footer className = "flex items-center justify-center w-full h-24 border-t" >
69
+ < footer className = "flex h-24 w-full items-center justify-center border-t" >
70
70
< a
71
71
className = "flex items-center justify-center"
72
72
href = "https://vercel.com?utm_source=create-next-app& utm_medium = default - template & utm_campaign = create - next - app "
73
73
target = "_blank"
74
74
rel = "noopener noreferrer"
75
75
>
76
76
Powered by{ ' ' }
77
- < img src = "/vercel.svg" alt = "Vercel Logo" className = "h-4 ml-2" />
77
+ < img src = "/vercel.svg" alt = "Vercel Logo" className = "ml-2 h-4 " />
78
78
</ a >
79
79
</ footer >
80
80
</ div >
0 commit comments