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

16 lines
163 B
SCSS
Raw Normal View History

2014-02-08 00:41:03 +00:00
.people {
2015-11-09 21:48:29 +00:00
margin-top: 30px;
2014-02-08 00:41:03 +00:00
2015-11-09 21:48:29 +00:00
.person {
margin-bottom: 40px;
2014-02-08 00:41:03 +00:00
2015-11-09 21:48:29 +00:00
h3 {
text-transform: none;
}
2014-02-08 00:41:03 +00:00
2015-11-09 21:48:29 +00:00
.bio {
padding-left: 150px;
2014-02-08 00:41:03 +00:00
}
2015-11-09 21:48:29 +00:00
}
2014-02-08 00:41:03 +00:00
}