Skip to content

Commit 9019426

Browse files
committed
footer ofset
1 parent 5ea1dfa commit 9019426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/blog/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function BlogPage() {
1111
<div
1212
className="pt-16 grid grid-rows-[1fr] items-center justify-items-center p-8 font-(family-name:--font-geist-sans)">
1313

14-
<main className="flex flex-col gap-8 row-start-1 items-center sm:items-start">
14+
<main className="flex flex-col gap-8 row-start-1 items-center sm:items-start pb-24">
1515
{<div className="container prose">
1616
{postMatadata.map((post, postIndex) => {
1717
return (

0 commit comments

Comments
 (0)