From 8f7092817409fd948b08126471197bcb6f2a60bb Mon Sep 17 00:00:00 2001 From: Seb Palmer Date: Thu, 31 Oct 2024 17:04:34 +0000 Subject: [PATCH] fix: change .menu .logo from 100% to 100px --- portal/static/portal/sass/partials/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/static/portal/sass/partials/_header.scss b/portal/static/portal/sass/partials/_header.scss index 215849e07..c99374356 100644 --- a/portal/static/portal/sass/partials/_header.scss +++ b/portal/static/portal/sass/partials/_header.scss @@ -220,7 +220,7 @@ height: $menu-height; .logo { - height: 100%; + height: 100px; } .menu__brand {