packer-cn/website/source/assets/stylesheets/_community.scss

23 lines
282 B
SCSS
Raw Normal View History

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