Hi Vadim,
you can find the image in the Login.html in the theme folder there you check out the image is having class or id
if id use # selector if class use . selector and use the name which used and use the property max-height:x px;
hope this helps.
Seen that. Did not take the time to find the root cause, just added classname ‘mendixlogo’ to that logo-image in the page template and added to main.scss
.mendixlogo{
max-height: 40px;
}
There probably is a prettier solution, but this works.
Hi Vadim Pshenkin,
Reduce the size of the mendix logo image via css.