We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24421d commit 4ef3cf6Copy full SHA for 4ef3cf6
src/components/index-page/proven-solution/index.tsx
@@ -8,9 +8,9 @@ import { StripesDecoration } from "@/app/conf/_design-system/stripes-decoration"
8
9
export function ProvenSolution() {
10
return (
11
- <section className="dark relative overflow-hidden bg-pri-dark text-white dark:bg-pri-darker xl:py-20">
+ <section className="dark relative overflow-hidden bg-pri-dark text-white dark:bg-pri-darker">
12
<Stripes />
13
- <div className="gql-container py-8">
+ <div className="gql-container py-8 xl:py-16">
14
<div className="gql-section relative">
15
<SectionLabel className="mb-6 !text-sec-light">
16
Business perspective
0 commit comments