terraform/website/source/assets/stylesheets/_community.scss

23 lines
282 B
SCSS
Raw Normal View History

2017-04-05 17:28:34 +02:00
#inner {
.people {
2014-07-16 23:51:48 +02:00
margin-top: 30px;
.person {
2017-04-05 17:28:34 +02:00
&:after {
display: block;
clear: both;
content: ' ';
}
2014-07-16 23:51:48 +02:00
2017-04-05 17:28:34 +02:00
img {
width: 125px;
margin: auto auto;
}
2014-07-16 23:51:48 +02:00
2017-04-05 17:28:34 +02:00
.bio {
padding-left: 150px;
}
2014-07-16 23:51:48 +02:00
}
2017-04-05 17:28:34 +02:00
}
2014-07-16 23:51:48 +02:00
}