Skip to content

Commit

Permalink
mobile responsive fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamtawli committed Jan 16, 2024
1 parent ede7c8c commit f8cb05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Profile/Profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Profile({ data }) {
<div className="h-24 w-24 flex-shrink-0">
<img src={data.avatar} className="h-full w-full rounded-full" alt="User logo" />
</div>
<div className="w-[75%]">
<div className="w-[55%] sm:w-[75%]">
<h3>
<a
className="text-lg font-bold hover:text-textSecondary dark:text-white"
Expand Down

0 comments on commit f8cb05d

Please sign in to comment.