UX: tweak on logo size to make sure it's not too small on small screen (#21644)

This commit is contained in:
Ella E 2023-05-18 13:11:53 -06:00 committed by GitHub
parent 5654aedd75
commit 219fd7bb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,15 +11,16 @@ body.static-login {
.logo-container {
border-bottom: 1px solid var(--primary-low);
padding-bottom: 2em;
margin-bottom: 2em;
padding-bottom: 1em;
margin-bottom: 1em;
display: block;
}
.site-logo {
height: var(--d-logo-height);
width: auto;
max-width: 40%;
object-fit: contain;
max-width: 60%;
max-height: 150px;
}
.waving-hand {