Skip to content

Commit

Permalink
Fix slight border issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Feb 29, 2024
1 parent cfb8c7c commit fa8dc73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Sections/Section2Wave.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<div class={`absolute left-0 h-full w-full bg-left-bottom bg-no-repeat lg:bg-[url(/src/lib/assets/section2waves.svg)]`}>
<div
class={`absolute -bottom-1 left-0 h-full w-full bg-left-bottom bg-no-repeat lg:bg-[url(/src/lib/assets/section2waves.svg)]`}
>
<div
class="h-full w-full bg-left-bottom bg-no-repeat sm:w-[170%] sm:max-w-[900px] sm:bg-[url(/src/lib/assets/section2mobile-top.svg)] md:w-[110%] md:max-w-full lg:hidden"
/>
Expand Down

0 comments on commit fa8dc73

Please sign in to comment.