website: fixing community page

This commit is contained in:
Armon Dadgar 2014-07-27 14:35:59 -04:00
parent 68c0bf3ced
commit 44d7ccc629
3 changed files with 14 additions and 4 deletions

View File

@ -57,6 +57,7 @@ disappear from this list as contributors come and go.
<a href="http://www.serfdom.io">Serf</a>,
<a href="https://github.com/armon/statsite">Statsite</a>, and
<a href="https://github.com/armon/bloomd">Bloomd</a>.
</p>
</div>
</div>

View File

@ -8,6 +8,11 @@
text-transform: none;
}
img {
width: 125px;
margin: auto auto;
}
.bio {
padding-left: 150px;
}

View File

@ -1271,6 +1271,10 @@ body.page-home #footer {
.people .person h3 {
text-transform: none;
}
.people .person img {
width: 125px;
margin: auto auto;
}
.people .person .bio {
padding-left: 150px;
}