www-new/components/TeamMember.module.css

30 lines
375 B
CSS

.container {
max-width: 7.875rem;
display: flex;
flex-direction: column;
margin: 0;
}
.img {
width: 100%;
border-radius: 50%;
margin: 0 auto;
}
.caption {
text-align: center;
font-size: 0.875rem;
margin-top: 1.5rem;
}
.name {
font-weight: bold;
color: var(--blue-1);
}
.role {
font-weight: 600;
color: var(--purple-2);
line-height: 1.875;
}