website: fixing community page
This commit is contained in:
parent
68c0bf3ced
commit
44d7ccc629
|
@ -56,9 +56,10 @@ disappear from this list as contributors come and go.
|
||||||
<a href="http://www.consul.io">Consul</a>,
|
<a href="http://www.consul.io">Consul</a>,
|
||||||
<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>
|
||||||
|
|
||||||
<div class="person">
|
<div class="person">
|
||||||
<img class="pull-left" src="http://www.gravatar.com/avatar/2acc31dd6370a54b18f6755cd0710ce6.png?s=125">
|
<img class="pull-left" src="http://www.gravatar.com/avatar/2acc31dd6370a54b18f6755cd0710ce6.png?s=125">
|
||||||
|
@ -74,7 +75,7 @@ disappear from this list as contributors come and go.
|
||||||
<a href="http://www.hashicorp.com">HashiCorp</a>.
|
<a href="http://www.hashicorp.com">HashiCorp</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></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