Ga naar de inhoud
.smoelenboek-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 24px;
}
.persoon {
background: #fff;
border-radius: 14px;
padding: 18px;
text-align: center;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.persoon img {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 50%;
margin-bottom: 10px;
}
.persoon h3 {
margin: 8px 0 6px;
font-size: 18px;
}
.persoon p {
margin: 0;
font-size: 14px;
}