File: D:/HostingSpaces/blijegasten/blijegasten.be/resources/sass/site/6-Organisms/_organisms.team.scss
.o-team {
@include vspacing('padding-top' 1, 'padding-bottom' 1);
@include contain;
}
.o-team__header {
@include font-family(primary);
@include font-size(l);
@include font-weight('bold');
margin-bottom: space(4);
}
.o-team__list {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: space(-3);
list-style: none;
}
.o-team__item {
width: 144px;
margin: space(3);
}
.o-team__img {
width: 144px;
height: 144px;
border-radius: 50%;
background-color: palette(neutral, 100);
}
.o-team__name {
@include font-weight('regular');
margin-top: space(2);
}
.o-team__function {
@include font-weight('semi-bold');
color: palette(neutral, 400);
}