2017-03-26 17:21:14 -04:00
|
|
|
#inner {
|
|
|
|
.people {
|
|
|
|
margin-top: 30px;
|
2017-03-25 18:13:52 -04:00
|
|
|
|
2017-03-26 17:21:14 -04:00
|
|
|
.person {
|
|
|
|
&:after {
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
content: ' ';
|
|
|
|
}
|
2017-03-25 18:13:52 -04:00
|
|
|
|
2017-03-26 17:21:14 -04:00
|
|
|
img {
|
|
|
|
width: 125px;
|
|
|
|
margin: auto auto;
|
|
|
|
}
|
2017-03-25 18:13:52 -04:00
|
|
|
|
2017-03-26 17:21:14 -04:00
|
|
|
.bio {
|
|
|
|
padding-left: 150px;
|
|
|
|
}
|
2017-03-25 18:13:52 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|