update src/components/ProductSuggestionCard/ProductSuggestion1/index.js

master
mahdi 2 years ago
parent be165b26ae
commit e3d79c342f
  1. 1
      src/components/ProductSuggestionCard/ProductSuggestion1/index.js

@ -21,6 +21,7 @@ const ProductSuggestion1 = ({
<div <div
className="relative flex flex-row mb-7 justify-center" className="relative flex flex-row mb-7 justify-center"
style={{ width: "calc(100% / 4.5)" }} style={{ width: "calc(100% / 4.5)" }}
// w-[calc(100% / 4.5 )]
key={index} key={index}
> >
<div <div

Loading…
Cancel
Save