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