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