design title and footer and change mui
This commit is contained in:
@@ -8,14 +8,14 @@ function Layout({ children, title }) {
|
||||
<title>{`${title} | نوبت ۷۲۴`}</title>
|
||||
</head> */}
|
||||
<main className="w-full min-h-screen">
|
||||
<header className="w-full fixed top-10 right-0">
|
||||
<header className="w-full fixed top-10 right-0 padding-responsive z-[10]">
|
||||
<Header />
|
||||
</header>
|
||||
<section>
|
||||
{children}
|
||||
</section>
|
||||
</main>
|
||||
<footer className=" bg-[#F5F5F5]">
|
||||
<footer className="bg-[#F5F5F5] mt-[250px] padding-responsive">
|
||||
<Footer />
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user