Skip to content

Commit b34f8e8

Browse files
committed
fix sponsor banner and random misaligned icon
1 parent 4d852d8 commit b34f8e8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

styles/footer.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
gap: 4px;
1717
}
1818

19+
.flexRow img {
20+
margin: 0;
21+
}
22+
1923
.flexCol {
2024
display: flex;
2125
flex-direction: column;

styles/home.module.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757

5858
.sponsorTrack {
5959
display: inline-flex;
60-
animation: scroll 20s linear infinite;
60+
animation: scroll 15s linear infinite;
61+
width: max-content;
6162
}
6263

6364
.sponsorBanner:hover .sponsorTrack {
@@ -136,5 +137,6 @@
136137
}
137138
.sponsorLogo {
138139
height: 40px;
140+
margin: 0 20px;
139141
}
140142
}

0 commit comments

Comments
 (0)