Hi, in this demo site
https://freethud.com/riccardi3/
I'd like to load an image logo with a very high dimension. But if I load such an image, the view is... very bad!!
Ho can I set the dimension for the logo image??
Thank you
.logo-image {
max-width: 300px;
}
.logo-image {
width: 300px;
}