Adjust logo sizing (#11108)

This commit is contained in:
Luke Heath 2023-04-10 13:50:35 -05:00 committed by GitHub
parent 78f6223f99
commit 6337299b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}