diff --git a/website/css/website.css b/website/css/website.css
index 36e306d5eb..4af35dcc72 100644
--- a/website/css/website.css
+++ b/website/css/website.css
@@ -1,3 +1,7 @@
+.container {
+ max-width: 728px !important;
+}
+
h1, h2, h3, h4, h5 {
font-weight: bold;
}
diff --git a/website/templates/html/partner_page.html b/website/templates/html/partner_page.html
index 4910d07900..37cf0b053a 100644
--- a/website/templates/html/partner_page.html
+++ b/website/templates/html/partner_page.html
@@ -9,15 +9,13 @@
alt="{{ partner_name }}" title="{{ partner_name }}" />
{%- endif %}
-
{{ partner_address }}
{%- endif %} - {% if phone -%}{{ phone }}
{%- endif %} - {% if email -%}{%- endif %} - -{{ partner_address }}
{%- endif %} + {% if phone -%}{{ phone }}
{%- endif %} + {% if email -%}{{ email }}
{%- endif %} +