From 4ee50863d8e9ff41411cdb04e6771f3346fcc812 Mon Sep 17 00:00:00 2001 From: Dana Lambert Date: Tue, 9 Nov 2021 15:29:34 +1300 Subject: [PATCH] Adjust logo size --- frontend/src/assets/styles/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/assets/styles/header.scss b/frontend/src/assets/styles/header.scss index 5464761..c118ffa 100644 --- a/frontend/src/assets/styles/header.scss +++ b/frontend/src/assets/styles/header.scss @@ -6,7 +6,7 @@ } .header-logo { - max-height: 110px; + max-height: 80px; } .nav-link {