From e1572c0861c88869c9e725f21447786d3eff52cc Mon Sep 17 00:00:00 2001 From: MaryWylde Date: Wed, 24 Dec 2025 13:32:20 +0400 Subject: [PATCH] chore: fix size of usedBy logos --- src/components/UsedBy/UsedBy.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/UsedBy/UsedBy.module.scss b/src/components/UsedBy/UsedBy.module.scss index b06e14a..8e3eb01 100644 --- a/src/components/UsedBy/UsedBy.module.scss +++ b/src/components/UsedBy/UsedBy.module.scss @@ -93,7 +93,6 @@ } .img { - width: auto; height: auto; max-height: 100%; object-fit: contain;