adjusted bottom margin of footer; images on projects page now shrink on mobile
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<script lang="ts">
|
||||
import Banner2 from "$lib/banner2.svelte";
|
||||
import Content from "$lib/content.svelte";
|
||||
import List, { type ListEntry } from "$lib/link-list.svelte";
|
||||
import Content from "$lib/viewport/content.svelte";
|
||||
import List, { type LinkEntry } from "$lib/lists/link-list.svelte";
|
||||
|
||||
let feeds: ListEntry[] = [
|
||||
let feeds: LinkEntry[] = [
|
||||
{
|
||||
text: "Project N5 devlog",
|
||||
link: "/projects/projectn5/devlog/feed.xml",
|
||||
|
||||
Reference in New Issue
Block a user