Skip to content

Commit 3220839

Browse files
committed
Fix sponsors display
1 parent 879dfba commit 3220839

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

_sass/sponsors.scss

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
overflow: hidden;
44

55
ul {
6-
padding-left: 2rem;
6+
padding-left: 3rem;
7+
padding-top: 2rem;
8+
padding-bottom: 2rem;
79
display: flex;
810
align-items: center;
9-
gap: 2rem;
11+
gap: 3rem;
1012
border-top: 2px solid black;
1113
background-color: #F6EEEC;
1214

@@ -25,11 +27,8 @@
2527

2628
li {
2729
img {
28-
width: 12rem;
29-
30-
@media (max-width: 425px) {
31-
width: 8rem;
32-
}
30+
max-width: 12rem;
31+
height: 3rem;
3332
}
3433
}
3534
}

images/sponsors/xmartlabs.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)