diff --git a/static/site.css b/static/site.css index ba73245..64c827c 100644 --- a/static/site.css +++ b/static/site.css @@ -71,8 +71,8 @@ h1{ } .masthead { - /*height: 50vh; */ - /* min-height: 250px; */ + height: 50vh; + min-height: 250px; background-size: cover; background-position: center; background-repeat: no-repeat; diff --git a/templates/index.html b/templates/index.html index 3b52215..e3693ed 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,11 +18,24 @@ {% include 'navbar.html' %} - +
{{ conf["SITE_WELLCOME_SUBTITLE"] | safe }}
{% endif %} +