Commit b4b13c28 authored by Andgel Brissaud's avatar Andgel Brissaud
Browse files

fix: change viewheight to remove scrollbar on home page

parent b5fbd8dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
            box-sizing: border-box
        }</style>
</head>
<body class="min-h-[100vh] flex justify-between flex-col">
<body class="min-h-[75vh] flex justify-between flex-col">
<div>
    <x-header/>
    <main class="mx-auto max-w-[1440px] w-full p-4">