Skip to content

Commit 43169f6

Browse files
committed
update
1 parent 9366266 commit 43169f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Optimized Stars Animation with GSAP and Canvas - High DPI Support</title>
6+
<title>Stardust</title>
77
<style>
88
body, html {
99
margin: 0;
@@ -16,7 +16,7 @@
1616
#starfield {
1717
width: 100%;
1818
height: 100%;
19-
display: block; /* This ensures the canvas is displayed correctly */
19+
display: block;
2020
}
2121
</style>
2222
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script>

0 commit comments

Comments
 (0)