some mobile layout enhancements

This commit is contained in:
2026-01-23 15:30:08 +01:00
parent ae5e284032
commit d68932b287
7 changed files with 28 additions and 195 deletions

View File

@@ -18,8 +18,7 @@
<Content>
<Banner2
title="Feeds"
subtitle="XML feeds"
banner="banner.webp" />
subtitle="XML feeds" />
<p>This is a list of RSS feeds I maintain on this website. You can subscribe to them by adding the link of any feed to an RSS reader of your liking.</p>

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import List, { type ListEntry } from "$lib/link-list.svelte";
import LinkList, { type LinkEntry } from "$lib/lists/link-list.svelte";
let builds: ListEntry[] = [
let builds: LinkEntry[] = [
{
text: "2023-10-07 (Protagonist #1)",
link: "https://files.denizk0461.dev/projectn5/2023-10-07.zip",
@@ -37,7 +37,7 @@ The game, in its state from 2025-05-16 (before the reboot), is available to play
I've also uploaded old builds of the game [here](https://files.denizk0461.dev/projectn5). You'll find the following builds, one for each protagonist:
<List entries={builds} />
<LinkList entries={builds} />
The 2025-08-16 build has not seen work put into it after [2025-05-16](/projects/projectn5/devlog/2025/0523/), bar the build notice on the pause screen.