Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RadhikaMalpani1702 committed Aug 6, 2024
1 parent 295945b commit d182199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Contributors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Contributors: React.FC = () => {
<a
key={contributor.id}
href={contributor.html_url}
className="w-full md:w-1/3 lg:w-1/4 flex flex-col items-center bg-white dark:bg-[#001f3f] border border-gray-300 dark:border-gray-700 rounded-lg shadow-md p-4 transition-transform transform hover:scale-105 hover:shadow-xl"
className="w-11/12 sm:w-1/2 md:w-1/3 lg:w-1/4 flex flex-col items-center bg-white dark:bg-[#001f3f] border border-gray-300 dark:border-gray-700 rounded-lg shadow-md p-4 transition-transform transform hover:scale-105 hover:shadow-xl"
target="_blank"
rel="noopener noreferrer"
style={{ borderColor: '#800080', borderWidth: 2 }}
Expand Down

0 comments on commit d182199

Please sign in to comment.