mirror of https://github.com/bastienwirtz/homer
Fix: don't stretch non-square logos (#640)
parent
6d2d9baf35
commit
f0f9f0a017
|
@ -62,6 +62,7 @@ export default {
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue