Skip to content

Commit 4cc2643

Browse files
committed
productsection alignment
1 parent c6fa3a1 commit 4cc2643

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/components/Product.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,13 @@ function UTG() {
238238

239239
export const Products = () => {
240240
return (
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">
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">
244244
Products 🛠️
245245
</h2>
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.
246+
<p className="text-l mb-8 max-w-4xl">
247+
Keploy provides three key products that help you streamline your testing workflow:
249248
</p>
250249
</div>
251250
<UTG />

0 commit comments

Comments
 (0)