Header Logo Scaling
Simply put… You can either add this to the background properties: background-size: contain; This will have the image scale proportionately to consume the available area. Or you can change the image to NOT be a background image. That will allow you to set more relative dimensions (like a fixed height or width with an auto … Read more