diff --git a/website/source/community.html.erb b/website/source/community.html.erb
index 43775e978..983f77401 100644
--- a/website/source/community.html.erb
+++ b/website/source/community.html.erb
@@ -56,9 +56,10 @@ disappear from this list as contributors come and go.
Consul,
Serf,
Statsite, and
- Bloomd.
+ Bloomd.
+
-
+
@@ -74,7 +75,7 @@ disappear from this list as contributors come and go.
HashiCorp.
-
+
-
+
diff --git a/website/source/stylesheets/_community.less b/website/source/stylesheets/_community.less
index 1bda35761..de945fa38 100644
--- a/website/source/stylesheets/_community.less
+++ b/website/source/stylesheets/_community.less
@@ -8,6 +8,11 @@
text-transform: none;
}
+ img {
+ width: 125px;
+ margin: auto auto;
+ }
+
.bio {
padding-left: 150px;
}
diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css
index 03e626a4b..bb127ad3c 100644
--- a/website/source/stylesheets/main.css
+++ b/website/source/stylesheets/main.css
@@ -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;
}