From 9e384df79e84f2542f161de62fe56a1e2016fca7 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 15 Nov 2020 22:57:33 +0100 Subject: [PATCH] static: adjust sizing of icon in navbar --- passbook/static/static/passbook/passbook.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passbook/static/static/passbook/passbook.css b/passbook/static/static/passbook/passbook.css index 26db90849..e24b0a36f 100644 --- a/passbook/static/static/passbook/passbook.css +++ b/passbook/static/static/passbook/passbook.css @@ -22,7 +22,7 @@ } .pb-brand > img { - max-height: 76px; + max-height: 68px; margin-right: .5em; }