Skip to content

Commit 08096b1

Browse files
committed
fix:Slow scrolling rate, remove grayscale filter
1 parent ceb34d5 commit 08096b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

styles/home.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
.sponsorTrack {
5959
display: inline-flex;
60-
animation: scroll 15s linear infinite;
60+
animation: scroll 35s linear infinite;
6161
width: max-content;
6262
}
6363

@@ -77,7 +77,6 @@
7777
.sponsorLogo {
7878
height: 100px;
7979
width: auto;
80-
filter: grayscale(1);
8180
margin: 0 50px;
8281
}
8382

0 commit comments

Comments
 (0)