From 49dcdc5f484cb067e0ae87bff241a6766443c5f6 Mon Sep 17 00:00:00 2001 From: sebp999 Date: Sat, 2 Nov 2024 03:19:24 +0000 Subject: [PATCH] fix: change .menu .logo from 100% to 100px (#2375) Co-authored-by: Seb Palmer Co-authored-by: Florian Aucomte --- 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 {