2017-03-31 23:05:07 +02:00
|
|
|
// Styling for the team section
|
|
|
|
.team-member {
|
|
|
|
margin-bottom: 50px;
|
2017-05-08 20:57:42 +02:00
|
|
|
text-align: center;
|
2017-03-31 23:05:07 +02:00
|
|
|
img {
|
|
|
|
width: 225px;
|
2017-05-08 20:57:42 +02:00
|
|
|
height: 225px;
|
2017-03-31 23:05:07 +02:00
|
|
|
border: 7px solid white;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
margin-top: 25px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|