Skip to content

Commit 7ec77c2

Browse files
fix: add newline at end of package.json and update comment in tailwind.config.ts
1 parent 1d25cf4 commit 7ec77c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
}
7878
},
7979
"packageManager": "[email protected]"
80-
}
80+
}

tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
theme: {
88
extend: {
99
screens: {
10-
tall: { raw: "(min-height: 800px)" }, // You can adjust 800px as needed
10+
tall: { raw: "(min-height: 800px)" }, // Adjust 800px as needed
1111
},
1212
fontFamily: {
1313
sans: ["var(--font-geist-sans)", ...fontFamily.sans],

0 commit comments

Comments
 (0)