diff --git a/src/Components/Home/ProductCard.tsx b/src/Components/Home/ProductCard.tsx
index 8cdd963..aa0a213 100644
--- a/src/Components/Home/ProductCard.tsx
+++ b/src/Components/Home/ProductCard.tsx
@@ -78,7 +78,7 @@ const ProductCard = ({ item }: { item: Product }) => {
handle_click(item?.base_product_id)} />
{languageObject(item?.name)}
- Description: {result}
+ Description: {result}
{/* {Currency} {oldPrice}
diff --git a/src/Styles/Page/Product.scss b/src/Styles/Page/Product.scss
index f64ff4d..6a9fed6 100644
--- a/src/Styles/Page/Product.scss
+++ b/src/Styles/Page/Product.scss
@@ -274,5 +274,5 @@
}
.desc{
font-size: 14px !important;
- min-height: 60px;
+ min-height: 40px;
}
\ No newline at end of file