terraform/website/source/stylesheets/_community.less

21 lines
283 B
Plaintext
Raw Normal View History

2014-07-16 23:51:48 +02:00
.people {
margin-top: 30px;
.person {
margin-bottom: 40px;
h3 {
text-transform: none;
}
2014-07-27 20:35:59 +02:00
img {
width: 125px;
margin: auto auto;
}
2014-07-16 23:51:48 +02:00
.bio {
padding-left: 150px;
}
}
}