MM-50246 - Updating custom styles for login page (#25347)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Asaad Mahmood 2023-11-08 12:30:50 +05:00 committed by GitHub
parent 3563e56a77
commit 682ce17bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,13 +73,13 @@
.login-body-message-subtitle,
.login-body-custom-branding-markdown {
text-align: center;
text-align: left;
}
}
.login-body-custom-branding-image {
max-height: 540px;
align-self: center;
max-height: 240px;
align-self: self-start;
margin-bottom: 28px;
border-radius: 8px;
}