added sparkles test
Deploy mael-landing / deploy (push) Failing after 0s

This commit is contained in:
2026-06-08 21:29:22 +02:00
parent f5ade253a5
commit 833c70131e
+2 -2
View File
@@ -60,14 +60,14 @@
}
/* === SPARKLES === */
/*.sparkle {
.sparkle {
position: fixed;
border-radius: 50%;
pointer-events: none;
z-index: 1;
animation: float-sparkle linear infinite;
opacity: 0;
}*/
}
@keyframes float-sparkle {
0% { transform: translateY(0) scale(0); opacity: 0; }