mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
More size for Product View
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user