Skip to content

Commit

Permalink
Change the class name to 'h-screen.'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali7040 committed Mar 9, 2024
1 parent 630072b commit 3f24982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function Layout({
<main
className={classnames(
mainClassName,
'z-10 h-[100vh] xl:rounded-xl pt-4 mx-auto',
'z-10 h-screen xl:rounded-xl pt-4 mx-auto',
)}
>
<header
Expand Down

0 comments on commit 3f24982

Please sign in to comment.