it's not fluid anymore - and shadows are not that strong
This commit is contained in:
@@ -29,7 +29,7 @@ var SingleItem = React.createClass({
|
||||
else {
|
||||
return (
|
||||
|
||||
<div className="col-lg-2 col-md-2 col-sm-3 col-xs-6" onClick={itemClick}>
|
||||
<div className="col-lg-3 col-md-3 col-sm-4 col-xs-6" onClick={itemClick}>
|
||||
<div className="productbox">
|
||||
<img className="img-responsive" src={firstImage.resized_url} alt="product image" />
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user