Skip to content

Commit

Permalink
Change social proof styling
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed Sep 26, 2024
1 parent 5b8b6a2 commit 91d20de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dito/app/routes/unterstuetzung/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ export default function Index() {
paddingBottom="0"
additionalClassNames={`flex flex-col lg:flex-row lg:h-[${socialProofHeight}px]`}
>
<div className="py-48 lg:w-1/2 lg:self-center">
<div className="py-32 md:py-48 lg:w-1/2 lg:self-center">
<RichText
markdown={socialProof.text}
className="text-3xl leading-10 w-[370px] sm:max-lg:w-[480px]"
className="text-2xl sm:text-3xl leading-10 w-[370px] sm:max-lg:w-[480px]"
/>
</div>
<div className="max-sm:hidden relative max-lg:mb-48 lg:w-1/2">
Expand Down

0 comments on commit 91d20de

Please sign in to comment.