Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadBalti committed Jun 6, 2024
1 parent 66ba7b9 commit 824b950
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,15 @@ footer p {
}


.contributors-container {
display: flex;
flex-wrap: wrap;
}
.contributor-card {
margin-bottom: 20px;
width: 33.33%;
padding: 10px;
}
.contributor-card img {
.contributor-card img {
max-width: 100px;
border-radius: 50%;
}
}

0 comments on commit 824b950

Please sign in to comment.