Skip to content

Commit

Permalink
css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DrShpongle authored and kodiakhq[bot] committed Mar 7, 2024
1 parent 934f6ad commit c9ba76f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/epic-react/src/components/app/layout.tsx
Expand Up @@ -82,7 +82,7 @@ const Layout: FunctionComponent<React.PropsWithChildren<LayoutProps>> = ({
{withNavigation && <Navigation {...navigationProps} />}
<div
className={twMerge(
'flex h-full min-h-[calc(100svh-4rem)] flex-grow flex-col',
'flex h-full min-h-[calc(100svh-61px)] flex-grow flex-col',
className,
)}
>
Expand Down
4 changes: 2 additions & 2 deletions apps/epic-react/src/pages/404.tsx
Expand Up @@ -21,8 +21,8 @@ export default function Custom404() {
height={700}
/>
</div>
<div className="pt-3 text-xl font-light opacity-25">404</div>
<h1 className="pt-10 text-2xl font-semibold">Not Found</h1>
<div className="pt-3 text-2xl font-light opacity-25">404</div>
<h1 className="pt-10 text-3xl font-semibold">Not Found</h1>
</div>
</main>
</Layout>
Expand Down

0 comments on commit c9ba76f

Please sign in to comment.