This commit is contained in:
Janis
2022-12-23 00:16:56 +01:00
parent e44d6cc967
commit 1bb4cc82e2
12 changed files with 164 additions and 128 deletions

View File

@@ -1,6 +1,7 @@
import "../styles/globals.scss";
import Nav from "./Nav";
import Footer from "./Footer";
import "../styles/variables.scss";
export default function RootLayout({
children,
@@ -10,7 +11,8 @@ export default function RootLayout({
return (
<html style={{ scrollBehavior: "smooth" }}>
<head></head>
<body className="theme-dark">
<body className="body">
<header>
<Nav />
</header>