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