@@ -13,10 +13,8 @@ const geistMono = Geist_Mono({
13
13
14
14
export default function Home ( ) {
15
15
return (
16
- < div
17
- className = { `${ geistSans . variable } ${ geistMono . variable } grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]` }
18
- >
19
- < main className = "flex flex-col gap-8 row-start-2 items-center sm:items-start" >
16
+ < div className = "grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]" >
17
+ < main className = "flex flex-col gap-[32px] row-start-2 items-center sm:items-start" >
20
18
< Image
21
19
className = "dark:invert"
22
20
src = "/next.svg"
@@ -25,20 +23,21 @@ export default function Home() {
25
23
height = { 38 }
26
24
priority
27
25
/>
28
- < ol className = "list-inside list-decimal text-sm text-center sm:text-left font-[family-name:var(--font-geist-mono)]" >
29
- < li className = "mb-2" >
26
+ < ol className = "list-inside list-decimal text-sm/6 text-center sm:text-left font-[family-name:var(--font-geist-mono)]" >
27
+ < li className = "mb-2 tracking-[-.01em] " >
30
28
Get started by editing{ " " }
31
- < code className = "bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded font-semibold" >
29
+ < code className = "bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded font-[family-name:var(--font-geist-mono)] font- semibold" >
32
30
pages/index.js
33
31
</ code >
34
32
.
35
33
</ li >
36
- < li > Save and see your changes instantly.</ li >
34
+ < li className = "tracking-[-.01em]" >
35
+ Save and see your changes instantly.
36
+ </ li >
37
37
</ ol >
38
-
39
38
< div className = "flex gap-4 items-center flex-col sm:flex-row" >
40
39
< a
41
- className = "rounded-full border border-solid border-transparent transition-colors flex items-center justify-center bg-foreground text-background gap-2 hover:bg-[#383838] dark:hover:bg-[#ccc] text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5"
40
+ className = "rounded-full border border-solid border-transparent transition-colors flex items-center justify-center bg-foreground text-background gap-2 hover:bg-[#383838] dark:hover:bg-[#ccc] font-medium text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5 sm:w-auto "
42
41
href = "https://vercel.com/new?utm_source=create-next-app& utm_medium = default - template - tw & utm_campaign = create - next - app "
43
42
target = "_blank"
44
43
rel = "noopener noreferrer"
@@ -53,7 +52,7 @@ export default function Home() {
53
52
Deploy now
54
53
</ a >
55
54
< a
56
- className = "rounded-full border border-solid border-black/[.08] dark:border-white/[.145] transition-colors flex items-center justify-center hover:bg-[#f2f2f2] dark:hover:bg-[#1a1a1a] hover:border-transparent text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5 sm:min-w-44 "
55
+ className = "rounded-full border border-solid border-black/[.08] dark:border-white/[.145] transition-colors flex items-center justify-center hover:bg-[#f2f2f2] dark:hover:bg-[#1a1a1a] hover:border-transparent font-medium text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5 w-full sm:w-auto md:w-[158px] "
57
56
href = "https://nextjs.org/docs?utm_source=create-next-app& utm_medium = default - template - tw & utm_campaign = create - next - app "
58
57
target = "_blank"
59
58
rel = "noopener noreferrer"
@@ -62,7 +61,7 @@ export default function Home() {
62
61
</ a >
63
62
</ div >
64
63
</ main >
65
- < footer className = "row-start-3 flex gap-6 flex-wrap items-center justify-center" >
64
+ < footer className = "row-start-3 flex gap-[24px] flex-wrap items-center justify-center" >
66
65
< a
67
66
className = "flex items-center gap-2 hover:underline hover:underline-offset-4"
68
67
href = "https://nextjs.org/learn?utm_source=create-next-app& utm_medium = default - template - tw & utm_campaign = create - next - app "
0 commit comments