Skip to content

Commit

Permalink
Lower margin
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Jan 29, 2025
1 parent 719a8ee commit 8de6b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/docs/src/app/case-studies/(posts)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function CaseStudiesLayout({ children }: { children: React.ReactN
<CaseStudiesHeader className="mx-auto max-w-[--nextra-content-width] pl-6 sm:my-12 md:pl-12 lg:my-24" />
<div className={cn(MAIN_CONTENT, 'mx-auto flex')}>
{children}
<LookingToUseHiveUpsellBlock className="sticky right-2 top-[108px] mb-16 h-min max-lg:hidden lg:w-[320px] xl:w-[400px]" />
<LookingToUseHiveUpsellBlock className="sticky right-2 top-[108px] mb-8 h-min max-lg:hidden lg:w-[320px] xl:w-[400px]" />
</div>
<MoreStoriesSection />
<GetYourAPIGameWhite className="sm:my-24" />
Expand Down

0 comments on commit 8de6b2b

Please sign in to comment.