Skip to content

Commit

Permalink
patron font size bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hereisadi committed Mar 29, 2024
1 parent 3b6ae80 commit 0b74f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/TeamPageUI/PatronCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const PatronCard = ({ name, email, photoLink, designation }) => {
/>
<div className="absolute w-full h-full flex flex-col items-center justify-end bottom-[3.6rem] leading-4 z-[54]">
<div
className="text-[.85rem] font-semibold"
className={`${name.length > 12 ? "text-[2.7vw]" : "text-[.85rem]"} font-semibold`}
style={{ color: "#BC0404", fontFamily: "DM Serif Display" }}
>
{name}
Expand Down

0 comments on commit 0b74f4d

Please sign in to comment.