Compare commits

..

No commits in common. "847a5b2a6db438d940670fbc1af4293ec08f0dc5" and "5c559f96524f0e7dd8ec85d8e2841d4f7015fc3b" have entirely different histories.

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;
}
/* 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;