File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -238,13 +238,14 @@ function UTG() {
238238
239239export const Products = ( ) => {
240240 return (
241- < section className = "mt-12 text-bold w-full" >
242- < div className = "text-start mb-8" >
243- < h2 className = "mb-4 text-2xl font-semibold tracking-wide md:text-3xl " >
241+ < section className = "mb-4 mt-12 w-full" >
242+ < div className = "text-center mb-8 md:mb-12 " >
243+ < h2 className = "mb-4 text-2xl md:text-3xl lg:text-4xl font-bold tracking-wide" >
244244 Products 🛠️
245245 </ h2 >
246- < p className = "text-l mb-8 max-w-4xl" >
247- Keploy provides three key products that help you streamline your testing workflow:
246+ < p className = "text-base md:text-lg max-w-3xl mx-auto leading-relaxed text-[color:var(--ifm-color-emphasis-700)]" >
247+ Keploy provides three key products that help you streamline your testing
248+ workflow and ensure comprehensive test coverage.
248249 </ p >
249250 </ div >
250251 < UTG />
You can’t perform that action at this time.
0 commit comments