Update fire-animation.css

This commit is contained in:
Joshua Hare 2025-06-17 10:28:58 +10:00 committed by GitHub
parent 5c559f9652
commit bf6c0887d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
justify-content: center; justify-content: center;
position: relative; position: relative;
height: 130px; /* Overall height of the animation area */ height: 130px; /* Overall height of the animation area */
overflow: hidden; /* Hide parts extending beyond the container */ /* overflow: hidden; */ /* Hide parts extending beyond the container */
background-color: #270537; /* Optional: Add a background */ background-color: #270537; /* Optional: Add a background */
border-radius: 4px; border-radius: 4px;
border: 1px solid #444; border: 1px solid #444;