16 lines
197 B
SCSS
16 lines
197 B
SCSS
.personnel {
|
|
.person {
|
|
text-align: center;
|
|
|
|
img {
|
|
border-radius: 1em;
|
|
margin-bottom: 1em;
|
|
filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
|
|
}
|
|
|
|
.name {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|