23 lines
282 B
SCSS
23 lines
282 B
SCSS
|
#inner {
|
||
|
.people {
|
||
|
margin-top: 30px;
|
||
|
|
||
|
.person {
|
||
|
&:after {
|
||
|
display: block;
|
||
|
clear: both;
|
||
|
content: ' ';
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
width: 125px;
|
||
|
margin: auto auto;
|
||
|
}
|
||
|
|
||
|
.bio {
|
||
|
padding-left: 150px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|