File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/components/sections/homepage/_partials/testimonials Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default function CommunityStats() {
36
36
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
- < h3 className = "m-0 text-[32px] lg:text-4.5xl leading-8 lg:leading-11 w-3/4 -tracking-6" > { t ( "testimonials.community.title" ) } </ h3 >
39
+ < h3 className = "m-0 text-3.5xl lg:text-4.5xl lg:leading-11 w-3/4 -tracking-6" > { t ( "testimonials.community.title" ) } </ h3 >
40
40
< div className = "relative divide-y divide-white divide-dotted" >
41
41
{ stats . map ( ( stat ) => (
42
42
< div key = { stat . title } className = "py-6" >
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ module.exports = {
71
71
fontSize : {
72
72
xxs : [ "0.6875rem" , { lineHeight : "1.2rem" } ] ,
73
73
".5xl" : [ "1.375rem" , { lineHeight : "1.75rem" } ] ,
74
+ "3.5xl" : [ "2rem" , { lineHeight : "2rem" } ] ,
74
75
"4.5xl" : [ "2.5rem" , { lineHeight : "2.475rem" } ] ,
75
76
"6.5xl" : [ "4rem" , { lineHeight : "1" } ] ,
76
77
"7.5xl" : [ "5rem" , { lineHeight : "1" } ] ,
You can’t perform that action at this time.
0 commit comments