Skip to content

Commit

Permalink
Merge pull request #8 from mtlpy/add_sponsors
Browse files Browse the repository at this point in the history
Contributor-logo changes
  • Loading branch information
miguelalb authored Sep 14, 2024
2 parents 15a9cd7 + 4f7eb68 commit 22c5fce
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions css/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,17 @@

/* Ensure contributor logos are smaller */
.contributor-logo {
max-height: 100px; /* Smaller height for contributing sponsors */
}
width: 50%; /* Adjust width to 50% of its parent */
max-width: 300px; /* Set a maximum width for consistency */
height: auto; /* Maintain aspect ratio */
}
}

/* Contributing sponsor-specific styles */
.contributor-logo {
max-height: 100px; /* Ensure smaller logo for contributing sponsors */
width: 50%; /* Make the contributing sponsor logo smaller by reducing width */
max-width: 300px; /* Limit max width for consistency */
height: auto; /* Ensure aspect ratio is maintained */
}

.contributor-title {
Expand Down

0 comments on commit 22c5fce

Please sign in to comment.