We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e2cf7 commit d31764fCopy full SHA for d31764f
src/components/community-stats/CommunityUsersSection.js
@@ -57,7 +57,7 @@ export default function CommunityUsersSection() {
57
className="flex flex-col md:w-1/2 gap-6 md:gap-9 pb-8 px-6 pt-6 md:pt-[38px] md:px-12 md:pb-[46px] rounded-b-20 md:rounded-bl-none md:rounded-tr-20 bg-midnight-25"
58
style={{ boxShadow: "inset 0 0 0 1px #EFEFF5" }}
59
>
60
- <p className="text-midnight-950 text-2xl font-medium leading-[30px] tracking-xs line-clamp-3 h-[90px] md:h-[108px] md:text-[26px] md:-tracking-[1.4px] md:leading-9">
+ <p className="text-midnight-950 text-[25px] font-medium leading-[30px] tracking-xs line-clamp-3 h-[96px] md:h-[108px] md:text-[26px] md:-tracking-[1.4px] md:leading-9">
61
{c.title}
62
</p>
63
<a
0 commit comments