fix footer padding

This commit is contained in:
outfoxxed 2024-11-09 04:30:27 -08:00
parent f1d3b5e162
commit f62d148b4e
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 25 additions and 7 deletions

View file

@ -1,6 +1,5 @@
---
//import Header from "@components/Header.astro";
import Footer from "@src/components/Footer.astro";
import Head from "@config/Head.astro";
import PreTheme from "@config/PreTheme.astro";
@ -20,6 +19,5 @@ const { title, description } = Astro.props;
<body class="baselayout">
<!--<Header />-->
<slot />
<Footer />
</body>
</html>