diff --git a/passbook/core/templates/base/page.html b/passbook/core/templates/base/page.html index ed157cffa..a64b70b7f 100644 --- a/passbook/core/templates/base/page.html +++ b/passbook/core/templates/base/page.html @@ -21,7 +21,7 @@
- passbook icon + passbook icon {% if config.passbook.branding.title_show %} {{ config.passbook.branding.title }} {% endif %} diff --git a/passbook/static/static/passbook/passbook.css b/passbook/static/static/passbook/passbook.css index feb94337d..645e7d314 100644 --- a/passbook/static/static/passbook/passbook.css +++ b/passbook/static/static/passbook/passbook.css @@ -22,7 +22,7 @@ } .pb-brand > img { - max-height: 80px; + max-height: 76px; margin-right: .5em; }