Skip to content

Commit 0599b36

Browse files
committed
fix: example: adjust background gradient styling
1 parent ae820cb commit 0599b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ html, body {
33
margin: 0;
44
padding: 0;
55
width: 100%;
6-
height: 100%;
6+
min-height: 100%;
77
background-image: linear-gradient(141deg , #141b29 0%, #2b2f45 71%, #323158 100%);
88
}
99

0 commit comments

Comments
 (0)