open-consul/website/source/assets/stylesheets/_community.scss
Seth Vargo 55281ac728
Move to new branding
This JUST moves over to the new branding. Once we get this in, I can
work on making the sidebar links and splitting out the API into its own
section.
2017-03-30 18:46:50 -04:00

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;
}
}
}
}