From 77ced9ca433ece8cc234a215a01d0db6701d838a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Eldj=C3=A1rn?= Date: Fri, 29 Jul 2022 13:38:35 -0700 Subject: [PATCH] Made keen-slider cards uniform and bigger on mobile on /homepage --- .../sections/homepage/what-others-say/item/item.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/homepage/what-others-say/item/item.module.scss b/src/components/sections/homepage/what-others-say/item/item.module.scss index 624871c..5d50d7a 100644 --- a/src/components/sections/homepage/what-others-say/item/item.module.scss +++ b/src/components/sections/homepage/what-others-say/item/item.module.scss @@ -8,7 +8,7 @@ transform: none; margin: 0; width: max-content; - height: tovw(130px, 'mobile', 130px); + height: tovw(240px, 'mobile', 240px); min-height: 20% !important; }