2024-01-11 18:10:51 +01:00
|
|
|
.personnel {
|
2024-01-11 18:18:53 +01:00
|
|
|
|
2024-01-11 18:10:51 +01:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-01-11 18:18:53 +01:00
|
|
|
|
|
|
|
@media only screen and (max-width: $width-mobile) {
|
|
|
|
.personnel .grid {
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
gap: 1em;
|
|
|
|
}
|
|
|
|
}
|