File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/uncommon/sdg-admin-page-cards Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ const ProjectCard = ({ team }: Props) => {
22
22
href = { `/hack/admin/team/${ team . _id } ` }
23
23
className = { `lg:w-[20vw] w-[40%] h-[25vh] font-spaceGrotesk glassMorphism transition-all duration-100 ease-in-out ${
24
24
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`}
26
26
>
27
27
{ /* <div className="h-full text-lg text-center py-2 sm:py-3 w-full sm:w-[20%] flex justify-center items-center">
28
28
Project Name: {team.submission.title}
29
29
</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" >
31
31
{ team . title }
32
32
</ div >
33
33
{ /* <div className="h-full text-lg py-2 sm:py-3 w-full sm:w-[20%] flex justify-center items-center">
You can’t perform that action at this time.
0 commit comments