Skip to content

Commit c95f144

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

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

_sass/sponsors.scss

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

55
ul {
6-
padding-left: 2rem;
6+
padding: 2rem;
77
display: flex;
88
align-items: center;
9-
gap: 2rem;
9+
gap: 3rem;
1010
border-top: 2px solid black;
1111
background-color: #F6EEEC;
1212

@@ -25,10 +25,12 @@
2525

2626
li {
2727
img {
28-
width: 12rem;
28+
max-width: 12rem;
29+
height: 3rem;
2930

3031
@media (max-width: 425px) {
3132
width: 8rem;
33+
height: 2rem;
3234
}
3335
}
3436
}

images/sponsors/xmartlabs.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)