From 20b0bebb4e382ea39241459995dce1ad411f9aa4 Mon Sep 17 00:00:00 2001 From: SHRAVANI KAWARE Date: Mon, 11 Sep 2023 13:51:12 +0530 Subject: [PATCH] final fixes Signed-off-by: SHRAVANI KAWARE --- src/pages/products/pricing.style.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/pages/products/pricing.style.js b/src/pages/products/pricing.style.js index 4aaf40575988c..59ecd1a5a7ca0 100644 --- a/src/pages/products/pricing.style.js +++ b/src/pages/products/pricing.style.js @@ -497,11 +497,14 @@ height: 100%; font-size: 40px; } } - + @media (max-width: 600px){ + .product_cards .card{ + width:440px; + } + } @media (max-width: 509px) { .product_cards .card { width: 400px; - height:400px; margin: 14px; } } @@ -514,7 +517,7 @@ height: 100%; width: 320px; } } - @media (max-width: 408px) { + @media (max-width: 418px) { .product_hero { justify-content: center; margin: auto; @@ -542,7 +545,6 @@ height: 100%; } .product_cards .card { width: 320px; - height:420px; margin: 14px; } } @@ -553,6 +555,7 @@ height: 100%; .product_cards .card { width:280px; padding: 16px; + } .card_head { margin: 0;