reorganisation style
This commit is contained in:
parent
e390d8cd5b
commit
718ca47696
20 changed files with 1187 additions and 821 deletions
10
assets/css/components/_team.scss
Normal file
10
assets/css/components/_team.scss
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.team{
|
||||
.member{
|
||||
img{
|
||||
width: 60px;
|
||||
aspect-ratio: 1/1;
|
||||
background-color: #cfcfcf;
|
||||
border-radius: var(--radius-img);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue