1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-07-18 00:45:57 +00:00

Fix: don't stretch non-square logos (#640)

This commit is contained in:
LoV432 2023-05-02 12:28:57 +05:00 committed by GitHub
parent 6d2d9baf35
commit f0f9f0a017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,7 @@ export default {
img {
max-height: 100%;
object-fit: contain;
}
}
</style>