Update animation.css

This commit is contained in:
Joshua Hare 2025-06-17 10:52:19 +10:00 committed by GitHub
parent 1bd387b848
commit 847a5b2a6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,12 +3,12 @@ body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
/* Apply overflow and height constraints only for fire animation page */
/* Apply overflow and height constraints only for fire animation page
body.fire-animation-page {
overflow: hidden;
height: 100vh;
}
*/
/* Fire animation overlay */
.fire-on {
position: absolute;