Skip to content

Commit

Permalink
Fix sponsors display
Browse files Browse the repository at this point in the history
  • Loading branch information
santib committed Jan 8, 2025
1 parent 879dfba commit 3220839
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions _sass/sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
overflow: hidden;

ul {
padding-left: 2rem;
padding-left: 3rem;
padding-top: 2rem;
padding-bottom: 2rem;
display: flex;
align-items: center;
gap: 2rem;
gap: 3rem;
border-top: 2px solid black;
background-color: #F6EEEC;

Expand All @@ -25,11 +27,8 @@

li {
img {
width: 12rem;

@media (max-width: 425px) {
width: 8rem;
}
max-width: 12rem;
height: 3rem;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion images/sponsors/xmartlabs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3220839

Please sign in to comment.