Skip to content

Commit

Permalink
Merge pull request #7 from mtlpy/add_sponsors
Browse files Browse the repository at this point in the history
Making contributor logo smaller
  • Loading branch information
miguelalb authored Sep 14, 2024
2 parents cce53f6 + d5850f0 commit 15a9cd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,17 @@
display: block;
margin: 0 auto 10px; /* Center the logos and add some space at the bottom */
}

/* Ensure contributor logos are smaller */
.contributor-logo {
max-height: 100px; /* Smaller height for contributing sponsors */
}
}
}

/* Contributing sponsor-specific styles */
.contributor-logo {
max-height: 75px; /* Make the contributing sponsor logos smaller */
max-height: 100px; /* Ensure smaller logo for contributing sponsors */
}

.contributor-title {
Expand Down

0 comments on commit 15a9cd7

Please sign in to comment.