fixed nav links
This commit is contained in:
@@ -6,7 +6,7 @@ function DefaultLayout() {
|
||||
return (
|
||||
<div className="select-none flex flex-col">
|
||||
<Header />
|
||||
<div className="h-[calc(100dvh-64px)] md:max-2xl:h-[calc(100dvh-56px)] 2xl:h-[calc(100dvh-3.889vw)]">
|
||||
<div className="h-[calc(100dvh-64px)] md:max-2xl:h-[calc(100dvh-72px)] 2xl:h-[calc(100dvh-4.444vw)]">
|
||||
<Outlet />
|
||||
</div>
|
||||
<Footer />
|
||||
|
||||
@@ -3,9 +3,9 @@ import { Outlet } from "react-router";
|
||||
|
||||
function LayoutWithoutFooter() {
|
||||
return (
|
||||
<div className="select-none flex flex-col">
|
||||
<div className="flex flex-col select-none">
|
||||
<Header />
|
||||
<div className="h-[calc(100dvh-3.889vw)] max-2xl:h-[calc(100dvh-56px)] max-md:h-[calc(100dvh-64px)]">
|
||||
<div className="2xl:h-[calc(100dvh-4.444vw)] md:max-2xl:h-[calc(100dvh-72px)] h-[calc(100dvh-64px)]">
|
||||
<Outlet />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user