aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>