mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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="https://github.com/armon/statsite">Statsite</a>, and
|
||||
<a href="https://github.com/armon/bloomd">Bloomd</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -8,6 +8,11 @@
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 125px;
|
||||
margin: auto auto;
|
||||
}
|
||||
|
||||
.bio {
|
||||
padding-left: 150px;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user