Customizing logo size on the login page

Hey!
You can enlarge the logo by injecting the following snippet into the admin consol HEAD section to override the style.

<style>
.icon_title-wrapper .auth_logo-wrapper {
    height:  10rem !important;
    width: 20rem !important;
}
</style>
6 Likes