Skip to content

Commit

Permalink
adjust bottom padding on main for bigger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-lng committed Oct 9, 2024
1 parent 1b44840 commit 5a256c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function Layout() {
)}
</div>
</header>
<main className="mx-auto w-full max-w-[600px] p-5 pb-16">
<main className="mx-auto w-full max-w-[600px] p-5 pb-16 md:pb-20">
<Outlet />
</main>
<nav className="bottom-0 fixed w-full p-2 md:py-0">
Expand Down

0 comments on commit 5a256c3

Please sign in to comment.