style: change in visual

This commit is contained in:
RiO
2024-12-25 10:03:53 +05:30
parent ae489f4b5f
commit 1b2aaf6015
2 changed files with 27 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ export function ContributorCard({ login, avatarUrl, contributions, profileUrl }:
<img
src={avatarUrl}
alt={`${login}'s avatar`}
className="w-16 h-16 rounded-full"
className="w-24 h-24 rounded-full"
/>
<div>
<h3 className="font-semibold text-gray-900">{login}</h3>