Skip to content

Commit

Permalink
Add spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
benborgers authored Jul 22, 2024
1 parent 34aaf40 commit 2c5a176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export default async function ContactPage() {
<div className={cx('base')}>
<h1>{fields.heading}</h1>
{parse(fields.description)}
{/* Temporary spacer to make things look alright */}
<div style={{ height: 500 }} />
</div>
);
}
Expand Down

0 comments on commit 2c5a176

Please sign in to comment.