Commit 1471e7ba authored by Andgel Brissaud's avatar Andgel Brissaud
Browse files

fix: footer too high on home page

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