www-new/components/TeamMember.module.css

28 lines
348 B
CSS
Raw Normal View History

2021-05-23 18:56:49 -04:00
.container {
max-width: calc(126rem / 16);
2021-05-23 18:56:49 -04:00
display: flex;
flex-direction: column;
margin: 0;
}
.img {
width: 100%;
border-radius: 50%;
margin: 0 auto;
}
.caption {
text-align: center;
margin-top: calc(24rem / 16);
2021-05-23 18:56:49 -04:00
}
.name {
font-weight: 700;
color: var(--blue-2);
2021-05-23 18:56:49 -04:00
}
.role {
font-weight: 600;
color: var(--purple-2);
}