Skip to content

Commit

Permalink
style: make all the info fit one page better
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknijenhuis committed Jan 13, 2024
1 parent 8ee4d8d commit f15a816
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default function HomePage() {
<title>Novana - Create better software together</title>
</Head>
<section className='bg-dark'>
<div className='layout relative flex min-h-screen flex-col items-center justify-center py-12 text-center'>
<Logo className='m-10 w-full max-w-96' />
<div className='layout relative flex min-h-screen flex-col items-center justify-center text-center'>
<Logo className='m-5 w-full max-w-96' />
<h1 className='hidden text-white'>NOVANA</h1>
<p className='hidden mt-4 text-white'>
Create better software together
Expand Down Expand Up @@ -114,7 +114,7 @@ export default function HomePage() {
</div>
</section>

<p className='mt-10 text-sm text-gray-200'>
<p className='mt-4 text-sm text-gray-200'>
<ArrowLink
href='https://www.meetup.com/nl-NL/agile-limburg/'
target='_blank'
Expand All @@ -123,7 +123,7 @@ export default function HomePage() {
</ArrowLink>
</p>

<p className='mt-10 text-sm text-gray-200'>
<p className='mt-4 text-sm text-gray-200'>
<ArrowLink href='https://github.com/nicknijenhuis/' target='_blank'>
Bekijk mijn projecten op GitHub
</ArrowLink>
Expand Down

0 comments on commit f15a816

Please sign in to comment.