Chore: grid on features page

This commit is contained in:
aronmal 2023-11-16 12:49:01 +01:00
parent 729ff7168a
commit 5ac4ec0419
Signed by: aronmal
GPG key ID: 816B7707426FC612
8 changed files with 130 additions and 147 deletions

View file

@ -1,8 +1,8 @@
---
import Footer from "@components/Footer.astro";
import NavBar from "@components/NavBar.astro";
import '../styles/Layout.scss';
import '../styles/GlobalLayout.css'
import "../styles/Layout.scss";
import "../styles/GlobalLayout.css";
---
<!doctype html>
@ -20,9 +20,7 @@ import '../styles/GlobalLayout.css'
</head>
<body>
<NavBar />
<div class="content-div">
<slot />
</div>
<slot />
<Footer />
</body>
</html>