Skip to content

Commit

Permalink
Break support image later
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed Sep 17, 2024
1 parent 2bf269b commit 9ed5b07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/dito/app/routes/unterstuetzung/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ export default function Index() {
<Container
paddingTop="0"
paddingBottom="0"
additionalClassNames="flex flex-col xl:flex-row xl:h-[420px]"
additionalClassNames="flex flex-col lg:flex-row lg:h-[420px]"
>
<div className="py-48 xl:w-1/2 xl:self-center">
<div className="py-48 lg:w-1/2 lg:self-center">
<RichText
markdown={socialProof.text}
className="text-3xl leading-10 w-[370px]"
/>
</div>
<div className="max-sm:hidden relative max-xl:mb-48 xl:w-1/2">
<div className="xl:absolute xl:top-0 xl:left-0 xl:bottom-0 xl:w-[50vw] xl:overflow-y-hidden">
<div className="max-sm:hidden relative max-lg:mb-48 lg:w-1/2">
<div className="lg:absolute lg:top-0 lg:left-0 lg:bottom-0 lg:w-[60vw] xl:w-[50vw] lg:overflow-y-hidden">
<SocialProofImage />
</div>
<div className="absolute left-40 bottom-40 max-w-[400px] p-16 bg-white/70 backdrop-blur rounded-lg">
Expand Down

0 comments on commit 9ed5b07

Please sign in to comment.