]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Fix: don't stretch non-square logos (#640)
authorLoV432 <60856741+LoV432@users.noreply.github.com>
Tue, 2 May 2023 07:28:57 +0000 (12:28 +0500)
committerGitHub <noreply@github.com>
Tue, 2 May 2023 07:28:57 +0000 (09:28 +0200)
src/components/services/Generic.vue

index af65a8c6ad8580f496906b53891e47035b58afca..e441b0fae2c12666bb8030d481eab9b7d63668a9 100644 (file)
@@ -62,6 +62,7 @@ export default {
 
   img {
     max-height: 100%;
+    object-fit: contain;
   }
 }
 </style>