Commit 8e7f368b by Ravindra Kanojiya

updated header menu

1 parent 29b2cc52
......@@ -35,7 +35,6 @@ const Gallery = ({ productData }) => {
return (
<Col
key={item?.id}
// xs={6}
xs={isFullWidth ? 12 : 6}
className="mb-4"
>
......
......@@ -40,7 +40,7 @@ const Details = ({DetailsItem,bottomInfo}) => {
{/* Image */}
<div className={`col-md-7 mb-4 mb-md-0 ${!isEven ? 'order-md-2' : ''}`}>
<div className='stain-Details-image'>
<img className='img-fluid' src={cleanImage(item?.image?.url)} alt={item?.title || ''} />
<img className='img-fluid w-100' src={cleanImage(item?.image?.url)} alt={item?.title || ''} />
</div>
</div>
{/* Content */}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!