File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/web/components/pages/HomePage Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const RecordingModes = () => {
5959 < h1 className = "text-4xl font-medium text-gray-12" >
6060 { homepageCopy . recordingModes . title }
6161 </ h1 >
62- < p className = "text-lg text-gray-10" >
62+ < p className = "text-lg text-gray-10 w-full max-w-[670px] mx-auto " >
6363 { homepageCopy . recordingModes . subtitle }
6464 </ p >
6565 </ div >
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ const Testimonials = () => {
124124 < h1 className = "mx-auto mb-3 w-full text-4xl font-medium text-gray-12 text-balance" >
125125 { homepageCopy . testimonials . title }
126126 </ h1 >
127- < p className = "text-lg text-gray-10 w-full max-w-[520px ] mx-auto leading-[1.75rem]" >
127+ < p className = "text-lg text-gray-10 w-full max-w-[400px ] mx-auto leading-[1.75rem]" >
128128 { homepageCopy . testimonials . subtitle }
129129 </ p >
130130 </ div >
You can’t perform that action at this time.
0 commit comments