You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Header - prevent wrapping of logo text
.usa-header--extended {
.usa-logo {
max-width:50%;
}
}
This can lead to unexpected spacing on headers, such as between the logo and Menu button on the Innovation website (specifically mobile). We may want to look into removing this, adjusting the %, or adding a media query to only use it on desktop
The text was updated successfully, but these errors were encountered:
Currently, we have
This can lead to unexpected spacing on headers, such as between the logo and Menu button on the Innovation website (specifically mobile). We may want to look into removing this, adjusting the %, or adding a media query to only use it on desktop
The text was updated successfully, but these errors were encountered: