Skip to content

Commit

Permalink
style: Remove wave bg from tools section
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhsan3adi committed Dec 22, 2023
1 parent 236f2fe commit 11dbb14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 127 deletions.
123 changes: 0 additions & 123 deletions src/lib/components/graphics/wave-bg.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/lib/components/sections/Tools.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
<section
class="bg-custom-4 dark:bg-teal-800 border-y-4 border-slate-900 dark:border-white bg-no-repeat bg-cover bg-center overflow-hidden relative mb-4"
>
<div
class="absolute top-0 bottom-0 left-0 right-0 bg-cover bg-center bg-no-repeat scale-[1.05]"
style="background-image: url({waveBg});"
/>
<Wrappper>
<div class="w-full pb-36 z-10">
<Saos animation={'scale-up-center 1s cubic-bezier(0.4, 0, 0.2, 1) both'} once>
Expand Down

0 comments on commit 11dbb14

Please sign in to comment.