Skip to content

Commit 63e945f

Browse files
committed
fix: change spacing for community stats
1 parent 423bc9b commit 63e945f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/sections/homepage/_partials/testimonials/CommunityStats.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ export default function CommunityStats() {
3737
return (
3838
<div className="p-7 bg-primary rounded-3.5xl mx-auto text-white relative md:absolute md:top-28 lg:top-32 xl:w-1/3 md:w-4/6 z-10 sm:max-w-sm">
3939
<h3 className="m-0 text-4.5xl w-3/4">{t("testimonials.community.title")}</h3>
40-
<div className="relative mt-11 mb-5 divide-y divide-white divide-dotted">
40+
<div className="relative divide-y divide-white divide-dotted">
4141
{stats.map((stat) => (
42-
<div key={stat.title} className="py-5">
43-
<span className="block text-2xl mb-2">{stat.count}</span>
42+
<div key={stat.title} className="py-6">
43+
<span className="block text-.5xl mb-2">{stat.count}</span>
4444
<p className="text-base w-3/4 m-0">
4545
<span className="font-graphik font-medium">{t(stat.title)}</span> {t(stat.description)}
4646
</p>

0 commit comments

Comments
 (0)