Skip to content

Commit

Permalink
[fix] pixel perfect
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeepYadav99 committed Aug 17, 2023
1 parent bda7a32 commit 846355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Category/RecentPost.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const RecentPost = () => {
height={80}
width={80}
alt=""
className=" rounded-md float-left cursor-pointer mr-5"
className=" rounded-md float-left cursor-pointer mo:mr-5 mr-1.5"
/>
<a
onClick={() => categoryHandler(category)}
Expand Down

0 comments on commit 846355e

Please sign in to comment.