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;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.wutta-logo img {
|
.wutta-logo img {
|
||||||
max-height: 350px;
|
max-height: 480px;
|
||||||
max-width: 800px;
|
max-width: 640px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</%def>
|
</%def>
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.wutta-logo img {
|
.wutta-logo img {
|
||||||
max-height: 350px;
|
max-height: 480px;
|
||||||
max-width: 800px;
|
max-width: 640px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</%def>
|
</%def>
|
||||||
|
|
Loading…
Reference in a new issue