Skip to content

Commit 2c5a176

Browse files
authored
Add spacer
1 parent 34aaf40 commit 2c5a176

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/contact/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export default async function ContactPage() {
2828
<div className={cx('base')}>
2929
<h1>{fields.heading}</h1>
3030
{parse(fields.description)}
31+
{/* Temporary spacer to make things look alright */}
32+
<div style={{ height: 500 }} />
3133
</div>
3234
);
3335
}

0 commit comments

Comments
 (0)