Skip to content

Commit

Permalink
made the popular in women section responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepSDE committed May 15, 2024
1 parent 5b7ec4b commit dfa3b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Popular.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Popular = () => {
Popular In Women
</h1>
<hr className="w-[200px] h-2 bg-gray-400 rounded-xl" />
<div className="flex">
<div className="sm:flex">
{dataProduct.map((item) => {
return <Item data={item} key={item.id} />;
})}
Expand Down

0 comments on commit dfa3b65

Please sign in to comment.