Skip to content

Commit

Permalink
Add padding bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjid committed Jan 2, 2024
1 parent 4a26fdc commit fabc70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const metadata: Metadata = {
export default function Page() {
return (
<main className="container relative mx-auto scroll-my-12 overflow-auto p-4 print:p-12 md:p-16">
<section className="mx-auto w-full max-w-2xl space-y-8 bg-white print:space-y-6">
<section className="mx-auto w-full max-w-2xl space-y-8 bg-white pb-8 print:space-y-6">
<Top data={{ ...resume }} />
<Summary data={{ ...resume }} />
<Experience data={{ ...resume }} />
Expand Down

0 comments on commit fabc70c

Please sign in to comment.