mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 16:42:46 +08:00
UX: tweak on logo size to make sure it's not too small on small screen (#21644)
This commit is contained in:
parent
5654aedd75
commit
219fd7bb42
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user