mirror of
https://git.aramjonghu.nl/AramJonghu/aramjonghu-site.git
synced 2026-06-07 19:58:25 +02:00
removal index.css, uses fullwidth now.
This commit is contained in:
@@ -3,13 +3,9 @@ import Header from "./Header";
|
||||
|
||||
export default function Layout({ children }) {
|
||||
return (
|
||||
<div className="flex flex-col bg-ctp-base">
|
||||
<div className="flex flex-col w-screen min-h-screen bg-ctp-base">
|
||||
<Header />
|
||||
|
||||
<main className="flex">
|
||||
{children}
|
||||
</main>
|
||||
|
||||
<main className="flex-1">{children}</main>
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user