botascopia-webiste-static/assets/css/components/_team.scss
2026-02-15 16:49:03 +01:00

10 lines
No EOL
191 B
SCSS

.team{
.member{
img{
width: 60px;
aspect-ratio: 1/1;
background-color: #cfcfcf;
border-radius: var(--radius-img);
}
}
}