refactor(#23): class name

This commit is contained in:
OllyNicholass
2024-02-11 18:39:24 +00:00
parent 6fb0cf379d
commit 6cc39a8783
+2 -2
View File
@@ -276,7 +276,7 @@
{/if} {/if}
{#if showFireworks} {#if showFireworks}
<div class="launch-pad"> <div class="fireworks-container">
<Fireworks bind:this={fireworks} options={fireworkOptions} /> <Fireworks bind:this={fireworks} options={fireworkOptions} />
</div> </div>
{/if} {/if}
@@ -389,7 +389,7 @@
text-indent: -10px; text-indent: -10px;
} }
.launch-pad { .fireworks-container {
position: fixed; position: fixed;
top: 0; top: 0;
z-index: -1; z-index: -1;