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

17 lines
181 B
SCSS
Raw Normal View History

2015-03-13 17:34:29 +00:00
.people {
2017-03-06 19:53:00 +00:00
margin-top: 30px;
2015-03-13 17:34:29 +00:00
2017-03-06 19:53:00 +00:00
.person {
margin-bottom: 40px;
2015-03-13 17:34:29 +00:00
2017-03-06 19:53:00 +00:00
img {
width: 125px;
margin: auto auto;
}
2015-03-13 17:34:29 +00:00
2017-03-06 19:53:00 +00:00
.bio {
padding-left: 150px;
2015-03-13 17:34:29 +00:00
}
2017-03-06 19:53:00 +00:00
}
2015-03-13 17:34:29 +00:00
}