Skip to content

Commit 47a9cd0

Browse files
ValentineValentine
authored andcommitted
fix: globals.css rule for min-h-\[750px\] classname
1 parent 730dde4 commit 47a9cd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/demo/src/app/globals.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88
}
99
div.relative.py-10{
1010
padding: 0;
11+
12+
.min-h-\[750px\]{
13+
min-height: auto;
14+
margin: 80px auto;
15+
}
1116
}
17+
1218
/* * {
1319
border: 1px dotted red;
1420
} */

0 commit comments

Comments
 (0)