fix: tweak max image size for full logo on home, login pages
as it happens these are the same dimensions for the default logo image. they seem standard but i don't know much about that..
This commit is contained in:
parent
4934ed1d93
commit
a377061da0
|
@ -21,8 +21,8 @@
|
|||
justify-content: center;
|
||||
}
|
||||
.wutta-logo img {
|
||||
max-height: 350px;
|
||||
max-width: 800px;
|
||||
max-height: 480px;
|
||||
max-width: 640px;
|
||||
}
|
||||
</style>
|
||||
</%def>
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
justify-content: center;
|
||||
}
|
||||
.wutta-logo img {
|
||||
max-height: 350px;
|
||||
max-width: 800px;
|
||||
max-height: 480px;
|
||||
max-width: 640px;
|
||||
}
|
||||
</style>
|
||||
</%def>
|
||||
|
|
Loading…
Reference in a new issue