website: fixing community page
This commit is contained in:
parent
68c0bf3ced
commit
44d7ccc629
|
@ -57,6 +57,7 @@ disappear from this list as contributors come and go.
|
||||||
<a href="http://www.serfdom.io">Serf</a>,
|
<a href="http://www.serfdom.io">Serf</a>,
|
||||||
<a href="https://github.com/armon/statsite">Statsite</a>, and
|
<a href="https://github.com/armon/statsite">Statsite</a>, and
|
||||||
<a href="https://github.com/armon/bloomd">Bloomd</a>.
|
<a href="https://github.com/armon/bloomd">Bloomd</a>.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,11 @@
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 125px;
|
||||||
|
margin: auto auto;
|
||||||
|
}
|
||||||
|
|
||||||
.bio {
|
.bio {
|
||||||
padding-left: 150px;
|
padding-left: 150px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1271,6 +1271,10 @@ body.page-home #footer {
|
||||||
.people .person h3 {
|
.people .person h3 {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
.people .person img {
|
||||||
|
width: 125px;
|
||||||
|
margin: auto auto;
|
||||||
|
}
|
||||||
.people .person .bio {
|
.people .person .bio {
|
||||||
padding-left: 150px;
|
padding-left: 150px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue