diff --git a/breccia_mapper/static/css/masthead.css b/breccia_mapper/static/css/masthead.css index da2a357..e9ca367 100644 --- a/breccia_mapper/static/css/masthead.css +++ b/breccia_mapper/static/css/masthead.css @@ -34,6 +34,11 @@ header.masthead .textbox-container { background-color: rgba(30, 30, 30, 0.2); } +header.masthead > .row { + max-width: 1140px; + margin: auto; +} + @media (min-width: 768px) { header.masthead { padding-top: 1rem; diff --git a/breccia_mapper/templates/index.html b/breccia_mapper/templates/index.html index 15b422b..4ae835c 100644 --- a/breccia_mapper/templates/index.html +++ b/breccia_mapper/templates/index.html @@ -10,13 +10,13 @@ {% block before_content %} {% get_media_prefix as MEDIA_URL %} -
-
-

{{ settings.PROJECT_LONG_NAME }}

+
+

{{ settings.PROJECT_LONG_NAME }}

{{ config.PROJECT_LEAD }}