Skip to content

Commit

Permalink
fix card width issue
Browse files Browse the repository at this point in the history
  • Loading branch information
love-sonkar committed Sep 17, 2023
1 parent e54165c commit 494c6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/Issues/ListOfOrgs/ProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ProjectCard = ({
));

return (
<div className="flex self-auto flex-col h-full max-w-sm border rounded-lg shadow bg-gray-800 border-gray-700">
<div className="flex self-auto flex-col h-full w-96 border rounded-lg shadow bg-gray-800 border-gray-700">
<a href={projectLink}>
<img
rel="preload"
Expand Down

0 comments on commit 494c6d9

Please sign in to comment.