Compare commits

...

3 Commits

Author SHA1 Message Date
847a5b2a6d
Update animation.css 2025-06-17 10:52:19 +10:00
1bd387b848
Update fire-animation.css 2025-06-17 10:50:30 +10:00
bf6c0887d6
Update fire-animation.css 2025-06-17 10:28:58 +10:00
2 changed files with 4 additions and 4 deletions

View File

@ -3,12 +3,12 @@ body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; 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 { body.fire-animation-page {
overflow: hidden; overflow: hidden;
height: 100vh; height: 100vh;
} }
*/
/* Fire animation overlay */ /* Fire animation overlay */
.fire-on { .fire-on {
position: absolute; position: absolute;