Skip to content

Commit

Permalink
fix: speakers wave
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 30, 2024
1 parent 906f224 commit 649f82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Speakers/Speakers.styles.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.speakersSection {
@apply relative py-6 lg:pb-44 lg:pt-12;
&::before {
@apply bg-none lg:absolute lg:inset-0 lg:-bottom-4 lg:w-screen lg:bg-[url("/images/speakers\_lines.svg")] lg:bg-contain lg:bg-bottom lg:bg-no-repeat lg:content-["_"];
@apply bg-none lg:absolute lg:inset-0 lg:w-screen lg:bg-[url("/images/speakers\_lines.svg")] lg:bg-contain lg:bg-bottom lg:bg-no-repeat lg:content-["_"];
}
}

0 comments on commit 649f82e

Please sign in to comment.