Skip to content

Commit

Permalink
chore: made the bottom padding of workspace pages content a bit smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Mar 20, 2024
1 parent 6d2b83c commit 125e77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Workspaces/WorkspaceLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const WorkspaceLayout = ({ workspaceId, banner, children, footer }: Works
</div>
<div className="relative flex flex-col items-center grow pt-8 md:pt-14 lg:pt-20">
{banner}
<div className="px-1 sm:px-2 md:px-4 xl:px-16 container w-full min-h-[100px] pb-32">{children}</div>
<div className="px-1 sm:px-2 md:px-4 xl:px-16 container w-full min-h-[100px] pb-20">{children}</div>
</div>
</div>
{footer ? (
Expand Down

0 comments on commit 125e77f

Please sign in to comment.