Commit 8e7f368b by Ravindra Kanojiya

updated header menu

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