Skip to content

Commit d029e12

Browse files
feat: minor ui fixes
1 parent 18b432f commit d029e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/uncommon/sdg-admin-page-cards/ProjectCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ const ProjectCard = ({ team }: Props) => {
2222
href={`/hack/admin/team/${team._id}`}
2323
className={`lg:w-[20vw] w-[40%] h-[25vh] font-spaceGrotesk glassMorphism transition-all duration-100 ease-in-out ${
2424
hover ? 'content2 ' : ''
25-
} rounded-lg border-[2px] border-white lg:h-[35vh] py-4 flex flex-col sm:flex-row justify-around items-center text-white`}
25+
} rounded-lg border-[2px] border-white lg:h-[35vh] py-4 flex flex-col sm:flex-row justify-around items-center text-3xl max-sm:line-clamp-1 max-sm:text-base text-white`}
2626
>
2727
{/* <div className="h-full text-lg text-center py-2 sm:py-3 w-full sm:w-[20%] flex justify-center items-center">
2828
Project Name: {team.submission.title}
2929
</div> */}
30-
<div className="h-full capitalize text-3xl text-center py-2 sm:py-3 w-full sm:w-[20%] flex justify-center items-center">
30+
<div className="h-full capitalize text-center py-2 sm:py-3 w-full sm:w-[20%] flex justify-center items-center">
3131
{team.title}
3232
</div>
3333
{/* <div className="h-full text-lg py-2 sm:py-3 w-full sm:w-[20%] flex justify-center items-center">

0 commit comments

Comments
 (0)