Skip to content

Commit

Permalink
fix: Floating tiles performance (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan authored Apr 12, 2023
1 parent ce7458c commit 6604cc5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/Careers/Intro/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
left: 50%;
transform: translateX(-50%);
top: -5%;
filter: url('#gooey');
z-index: -1;
}

Expand Down
1 change: 0 additions & 1 deletion src/components/Core/Tweets/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
top: 0px;
left: 50%;
transform: translateX(-50%);
filter: url('#gooey');
z-index: -1;
}

Expand Down
1 change: 0 additions & 1 deletion src/components/Wallet/Intro/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
position: absolute;
left: 50%;
transform: translateX(-50%);
filter: url('#gooey');
z-index: -1;
}

Expand Down

0 comments on commit 6604cc5

Please sign in to comment.