diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 878d94497..de08eee3c 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -9,11 +9,11 @@ #logo { white-space: nowrap; - font-size: 27px; - line-height: 32px; - img { - padding-right: 8px; + #product-name { + font-size: 24px; + font-weight: 400; + padding-left: 5px; } } diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index ccd638ccf..55501e7e8 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -68,7 +68,7 @@ {% endblock %} -{% set global_header_text = "GOV.UK Notify" %} +{% set global_header_text = "GOV.UK Notify"|safe %} {% set homepage_url = url_for('main.show_all_services_or_dashboard') %}