From b4fc7cbc29db7b4e9ef31506e6fdf1eed6b1550a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20G=C3=B6rg=C3=BCl=C3=BC?= Date: Tue, 18 Jul 2023 05:43:52 +0300 Subject: [PATCH] components(CalculationPresetBrandCardItem): update width --- components/Calculation/CalculationPresetBrandCardItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Calculation/CalculationPresetBrandCardItem.vue b/components/Calculation/CalculationPresetBrandCardItem.vue index 09817a63..1beea982 100644 --- a/components/Calculation/CalculationPresetBrandCardItem.vue +++ b/components/Calculation/CalculationPresetBrandCardItem.vue @@ -59,7 +59,7 @@ export default { align-items: center; justify-content: center; min-width: max-content; - width: 128px; + width: 110px; @media #{map-get($display-breakpoints, "md-and-up")} { width: 144px }