Skip to content

Commit 41bf9e2

Browse files
ThayornsValentineAustin1serb
authored
fix: globals.css rule for min-h-\[750px\] classname (#13)
* Fix: css padding rule in class 'div.relative.py-10' * Fix: css padding rule in class 'div.relative.py-10' * fix: globals.css rule for min-h-\[750px\] classname * fix: 'use client' flag removed & motion lib downgraded to 12.18.1 --------- Co-authored-by: Valentine <[email protected]> Co-authored-by: Austin Serb <[email protected]>
1 parent 5321e7a commit 41bf9e2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

examples/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vercel/analytics": "^1.5.0",
2020
"clsx": "^2.1.1",
2121
"motion": "12.18.1",
22-
"next": "15.3.3",
22+
"next": "^15.3.4",
2323
"react": "^19.0.0",
2424
"react-dom": "^19.0.0"
2525
},

examples/demo/src/app/globals.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
0px 2px 2px -1.5px rgba(0, 0, 0, 0.32), 0px 4.4px 4.4px -2.25px rgba(0, 0, 0, 0.3), 0px 9.8px 9.8px -3px rgba(0, 0, 0, 0.25),
77
0px 25px 25px -3.75px rgba(0, 0, 0, 0.11), 0px -5px 5px -3.75px rgba(0, 0, 0, 0.11);
88
}
9+
div.relative.py-10{
10+
padding: 0;
11+
12+
.min-h-\[750px\]{
13+
min-height: auto;
14+
margin: 80px auto;
15+
}
16+
}
917

1018
/* * {
1119
border: 1px dotted red;

0 commit comments

Comments
 (0)