Skip to content

Commit

Permalink
fix: dashboard padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Hagelstam authored and MaximilianHagelstam committed Nov 9, 2024
1 parent aeffb10 commit cddb0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DashboardLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const DashboardLayout = ({
</nav>
</div>
</header>
<div className="container px-4 py-12 sm:px-6">{children}</div>
<div className="container p-4 sm:p-6">{children}</div>
</main>
</>
);
Expand Down

0 comments on commit cddb0b5

Please sign in to comment.