Skip to content

Commit

Permalink
Fix spacing and layout of Contributed By page (#940)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Jan 8, 2025
1 parent b6b4943 commit ff66608
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}
& div {
flex-basis: 16%;
margin: 10px;
}
& dt img {
height: 150px;
Expand All @@ -31,3 +32,7 @@
color: #999999;
}
}

div.main:has(#projects_with_contributors) {
max-width: none !important;
}

0 comments on commit ff66608

Please sign in to comment.