adjusted bottom margin of footer; images on projects page now shrink on mobile

This commit is contained in:
2026-01-23 14:19:20 +01:00
parent 6c28a4c5f3
commit ae5e284032
19 changed files with 67 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
<script>
import Header from "$lib/header.svelte";
import Footer from "$lib/footer.svelte";
import Header from "$lib/viewport/header.svelte";
import Footer from "$lib/viewport/footer.svelte";
let { children } = $props();
</script>