style: bring back animiimation on phone

This commit is contained in:
Cipher Vance 2025-08-25 22:03:41 -05:00
parent 4934e7fbec
commit 2a2df9f6e5

View file

@ -247,6 +247,7 @@ body {
box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
position: relative;
transform: rotate(-5deg);
animation: float 6s ease-in-out infinite;
}
@keyframes float {