Skip to content

Commit

Permalink
Update packages/frontend/app/routes/_index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Radu-Cristian Popa <[email protected]>
  • Loading branch information
JoblersTune and raducristianpopa authored Oct 23, 2023
1 parent e1e007f commit 1e2307f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/frontend/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ export default function Index() {
return (
<div className='pt-4 flex flex-col'>
<div
className='flex flex-col rounded-md bg-offwhite px-6 text-center'
style={{ minHeight: 'calc(100vh - 3rem)' }}
className='flex flex-col rounded-md bg-offwhite px-6 text-center min-h-[calc(100vh-3rem)]'
>
<div className='p-10 space-y-16'>
<h1 className='text-9xl pt-16 text-[#F37F64]'>Rafiki Admin</h1>
Expand Down

0 comments on commit 1e2307f

Please sign in to comment.