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 { onMount } from "svelte";
|
||||
import Content from "$lib/content.svelte";
|
||||
import Content from "$lib/viewport/content.svelte";
|
||||
import GamedevWebring from "$lib/webrings/gamedev.svelte";
|
||||
import Gallery, { type GalleryEntry } from "$lib/lists/gallery.svelte";
|
||||
import LinkList from "$lib/link-list.svelte";
|
||||
import LinkList from "$lib/lists/link-list.svelte";
|
||||
import { quotes, type Quote } from "./quotes";
|
||||
|
||||
import { posts } from "./projects/projectn5/devlog/posts";
|
||||
|
||||
Reference in New Issue
Block a user