From 0d94957944476989dddfcf6b614a82e1ddc14e80 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 13 Oct 2020 11:48:25 -0300 Subject: [PATCH] changes to the layout --- assets/global.css | 2 +- components/product/ProductView/ProductView.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/global.css b/assets/global.css index 1c030c6ad..6f4a9297f 100644 --- a/assets/global.css +++ b/assets/global.css @@ -23,7 +23,7 @@ } .fit { - min-height: calc(100vh - 200px); + min-height: calc(100vh - 300px); } *, diff --git a/components/product/ProductView/ProductView.tsx b/components/product/ProductView/ProductView.tsx index 4280d3175..5f4b7a354 100644 --- a/components/product/ProductView/ProductView.tsx +++ b/components/product/ProductView/ProductView.tsx @@ -44,7 +44,7 @@ const ProductView: FC = ({ product, className }) => { return ( -
+

{product.name} @@ -55,7 +55,7 @@ const ProductView: FC = ({ product, className }) => { {product.prices?.price.currencyCode}

-
+
= ({ product, className }) => { dangerouslySetInnerHTML={{ __html: product.description }} /> -
+