diff --git a/frontend/components/icons/OrgLogoIcon/_styles.scss b/frontend/components/icons/OrgLogoIcon/_styles.scss index d570bafedd..263416521b 100644 --- a/frontend/components/icons/OrgLogoIcon/_styles.scss +++ b/frontend/components/icons/OrgLogoIcon/_styles.scss @@ -1,7 +1,7 @@ .org-logo-icon { // ensures consistent nav bar height regardless of the logo image used min-height: 24px; - max-height: 46px; + max-height: 40px; max-width: 150px; padding: 0 $pad-small; }