aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLoV432 <60856741+LoV432@users.noreply.github.com>2023-05-02 12:28:57 +0500
committerGitHub <noreply@github.com>2023-05-02 09:28:57 +0200
commitf0f9f0a017e341bc6bfb41ce82c66cd7c185c787 (patch)
tree3ce7d3c7912c389cca71d07e66b6889a878033c1
parent6d2d9baf35b1772409162e86f6d4b7f9374edb2e (diff)
downloadhomer-f0f9f0a017e341bc6bfb41ce82c66cd7c185c787.tar.gz
homer-f0f9f0a017e341bc6bfb41ce82c66cd7c185c787.tar.zst
homer-f0f9f0a017e341bc6bfb41ce82c66cd7c185c787.zip
Fix: don't stretch non-square logos (#640)
-rw-r--r--src/components/services/Generic.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/services/Generic.vue b/src/components/services/Generic.vue
index af65a8c..e441b0f 100644
--- a/src/components/services/Generic.vue
+++ b/src/components/services/Generic.vue
@@ -62,6 +62,7 @@ export default {
62 62
63 img { 63 img {
64 max-height: 100%; 64 max-height: 100%;
65 object-fit: contain;
65 } 66 }
66} 67}
67</style> 68</style>