From 36599e0de2ca13c724dd5b130a010468d0ac4190 Mon Sep 17 00:00:00 2001 From: Keith Suderman Date: Wed, 12 Feb 2025 09:02:16 -0500 Subject: [PATCH] Update client/src/style/scss/custom_theme_variables.scss Co-authored-by: Laila Los <44241786+ElectronicBlueberry@users.noreply.github.com> --- client/src/style/scss/custom_theme_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/style/scss/custom_theme_variables.scss b/client/src/style/scss/custom_theme_variables.scss index f139720e8438..8d2047569808 100644 --- a/client/src/style/scss/custom_theme_variables.scss +++ b/client/src/style/scss/custom_theme_variables.scss @@ -3,7 +3,7 @@ html, .reset-theme-variables { --masthead-height: #{$masthead-height}; - --masthead-logo-height: #{$masthead-logo-height}; + --masthead-logo-height: calc(var(--masthead-height) * 0.6); --masthead-color: #{$masthead-color}; --masthead-text-color: #{$masthead-text-color}; --masthead-text-hover: #{$masthead-text-hover};