finished the homepage but not responsive yet

This commit is contained in:
2024-02-01 08:48:33 +01:00
parent c6b0eb7654
commit 3af8228c2a
7 changed files with 52 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ const { description } = Astro.props;
import "../styles/main.scss";
import Navbar from "../components/Navbar.astro";
import Footer from "../components/Footer.astro";
import { ViewTransitions } from "astro:transitions";
---
@@ -27,5 +28,6 @@ import { ViewTransitions } from "astro:transitions";
<body>
<Navbar />
<slot />
<Footer />
</body>
</html>