1
0
Fork 0

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:
Lance Edgar 2024-08-25 20:27:43 -05:00
parent 4934ed1d93
commit a377061da0
2 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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>