Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 08fcfc0

Browse files
committed
delete unused code
1 parent a3fff22 commit 08fcfc0

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

src/routes/+page.svelte

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -182,20 +182,3 @@
182182
</div>
183183
{/if}
184184
</div>
185-
186-
<style>
187-
.hero-background {
188-
animation-name: background;
189-
animation-duration: 0.5s;
190-
animation-timing-function: linear;
191-
animation-iteration-count: infinite;
192-
}
193-
@keyframes background {
194-
0% {
195-
background-position: 0 0;
196-
}
197-
100% {
198-
background-position: 24px 24px;
199-
}
200-
}
201-
</style>

0 commit comments

Comments
 (0)