Skip to content

Commit

Permalink
tweak max width
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Feb 3, 2025
1 parent acbedf5 commit 2cbb60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const TwoPaneLayout: Component<{
<div class="relative size-full overflow-hidden">
<div
class={clsx(
'mx-auto size-full max-w-screen-2xl md:grid md:grid-cols-2 lg:gap-2',
'mx-auto size-full max-w-[1560px] md:grid md:grid-cols-2 lg:gap-2',
// Flex layout for mobile with horizontal transition
'flex transition-transform duration-300 ease-in-out',
props.paneTwoContent ? '-translate-x-full md:translate-x-0' : 'translate-x-0',
Expand Down

0 comments on commit 2cbb60f

Please sign in to comment.