botascopia-webiste-static/assets/css/components/_team.scss

10 lines
191 B
SCSS
Raw Normal View History

2026-02-15 16:49:03 +01:00
.team{
.member{
img{
width: 60px;
aspect-ratio: 1/1;
background-color: #cfcfcf;
border-radius: var(--radius-img);
}
}
}