Skip to content

Commit

Permalink
style: add spacer so that the footer does not overlap the rest of the…
Browse files Browse the repository at this point in the history
… text
  • Loading branch information
nicknijenhuis committed Jan 13, 2024
1 parent 3a31ba8 commit 9ebacfe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {

import ArrowLink from '@/components/links/ArrowLink';
import ButtonLink from '@/components/links/ButtonLink';
import UnderlineLink from '@/components/links/UnderlineLink';

/**
* SVGR Support
Expand Down Expand Up @@ -125,11 +124,10 @@ export default function HomePage() {
</ArrowLink>
</p>

<div className='py-6'></div>

<footer className='absolute bottom-2 text-gray-100'>
© {new Date().getFullYear()} By{' '}
<UnderlineLink href='https://www.linkedin.com/in/nicknijenhuis/'>
Nick Nijenhuis
</UnderlineLink>
© Novana {new Date().getFullYear()}
</footer>
</div>
</section>
Expand Down

0 comments on commit 9ebacfe

Please sign in to comment.