File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/sections/homepage/_partials/testimonials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ export default function CommunityStats() {
37
37
return (
38
38
< 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" >
39
39
< 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" >
41
41
{ 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 >
44
44
< p className = "text-base w-3/4 m-0" >
45
45
< span className = "font-graphik font-medium" > { t ( stat . title ) } </ span > { t ( stat . description ) }
46
46
</ p >
You can’t perform that action at this time.
0 commit comments