open-nomad/website/source/assets/stylesheets/_community.scss

17 lines
181 B
SCSS
Raw Normal View History

2015-09-12 00:01:02 +00:00
.people {
2015-11-10 21:58:56 +00:00
margin-top: 30px;
2015-09-12 00:01:02 +00:00
2015-11-10 21:58:56 +00:00
.person {
margin-bottom: 40px;
2015-09-12 00:01:02 +00:00
2015-11-10 21:58:56 +00:00
img {
width: 125px;
margin: auto auto;
}
2015-09-12 00:01:02 +00:00
2015-11-10 21:58:56 +00:00
.bio {
padding-left: 150px;
2015-09-12 00:01:02 +00:00
}
2015-11-10 21:58:56 +00:00
}
2015-09-12 00:01:02 +00:00
}