Improve font loading and fix scripts
This commit is contained in:
parent
aba96f95a2
commit
2990644f87
15 changed files with 85 additions and 19 deletions
|
|
@ -11,7 +11,7 @@ const games = (await getCollection("games"))
|
|||
---
|
||||
|
||||
<GalleryLayout pageTitle="Games">
|
||||
<h1 class="m-2 text-2xl font-semibold text-stone-800 dark:text-stone-100">Stories</h1>
|
||||
<h1 class="m-2 text-2xl font-semibold text-stone-800 dark:text-stone-100">Games</h1>
|
||||
<p class="my-4">A game that I've gone and done.</p>
|
||||
<ul class="my-6 flex flex-wrap justify-center gap-4 text-center md:justify-normal">
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue