More size for Product View

This commit is contained in:
Belen Curcio
2020-10-20 15:46:53 -03:00
parent 5312f9e1f3
commit fd6619e6ef
7 changed files with 66 additions and 45 deletions

View File

@@ -65,7 +65,7 @@ const ProductView: FC<Props> = ({ product, className }) => {
}}
/>
<div className={cn(s.root, 'fit')}>
<div className={s.productDisplay}>
<div className={cn(s.productDisplay, 'fit')}>
<div className={s.squareBg}></div>
<div className={s.nameBox}>
<h1 className={s.name}>{product.name}</h1>