mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-27 11:42:04 +02:00
Chore: grid on features page
This commit is contained in:
parent
729ff7168a
commit
5ac4ec0419
8 changed files with 130 additions and 147 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue