2017-03-31 23:05:07 +02:00
|
|
|
// Styling for the team section
|
|
|
|
.team-member {
|
2017-08-11 21:12:34 +02:00
|
|
|
margin-bottom: 50px;
|
|
|
|
text-align: center;
|
|
|
|
img {
|
|
|
|
width: 225px;
|
|
|
|
height: 225px;
|
2019-05-29 20:04:40 +02:00
|
|
|
border: 7px solid fade-out($black, 0.9);
|
2017-08-11 21:12:34 +02:00
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
margin-top: 25px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2017-03-31 23:05:07 +02:00
|
|
|
}
|