src/components/Contributors.module.css (27 lines of code) (raw):
.grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
margin-top: 20px;
}
.card {
text-align: center;
width: 120px;
font-family: Arial, sans-serif;
}
.avatar {
width: 100px;
height: 100px;
border-radius: 50%;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
margin-bottom: 10px;
}
text {
margin: 0;
font-size: 14px;
color: #333;
}
text.strong {
font-weight: bold;
}