Add Tailwind CSS and update layout and page styles

This commit is contained in:
Sean Morley
2024-03-30 21:00:12 +00:00
parent 510d6b5238
commit 9ee5d67ab6
11 changed files with 1255 additions and 84 deletions

View File

@@ -1,6 +1,7 @@
<script>
import Footer from "$lib/components/Footer.svelte";
import Navbar from "$lib/components/Navbar.svelte";
import "../app.css";
</script>
<Navbar />