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;
|
2017-10-21 00:22:10 +02:00
|
|
|
border: 7px solid $white;
|
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
|
|
|
}
|