Skip to content

Commit 4ef3cf6

Browse files
committed
Tweak paddings
1 parent e24421d commit 4ef3cf6

File tree

1 file changed

+2
-2
lines changed
  • src/components/index-page/proven-solution

1 file changed

+2
-2
lines changed

src/components/index-page/proven-solution/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import { StripesDecoration } from "@/app/conf/_design-system/stripes-decoration"
88

99
export function ProvenSolution() {
1010
return (
11-
<section className="dark relative overflow-hidden bg-pri-dark text-white dark:bg-pri-darker xl:py-20">
11+
<section className="dark relative overflow-hidden bg-pri-dark text-white dark:bg-pri-darker">
1212
<Stripes />
13-
<div className="gql-container py-8">
13+
<div className="gql-container py-8 xl:py-16">
1414
<div className="gql-section relative">
1515
<SectionLabel className="mb-6 !text-sec-light">
1616
Business perspective

0 commit comments

Comments
 (0)