2017-03-30 22:35:47 +00:00
|
|
|
#inner {
|
|
|
|
.people {
|
|
|
|
margin-top: 30px;
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
.person {
|
|
|
|
&:after {
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
content: ' ';
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
img {
|
|
|
|
width: 125px;
|
|
|
|
margin: auto auto;
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
.bio {
|
|
|
|
padding-left: 150px;
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
}
|
2015-11-09 21:48:29 +00:00
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
}
|