Gradient look on all pages

This commit is contained in:
Antoine Phan
2025-10-20 19:52:46 -04:00
parent 15fcd1cd50
commit 3536a186ca
8 changed files with 19 additions and 22 deletions

View File

@@ -11,16 +11,12 @@
canonical={data.canonical}
/>
<Section>
<Section from="from-ecsess-black" to="to-ecsess-black" via="via-ecsess-800" direction="to-b">
<p class="page-title">Resources</p>
<div class="grid gap-4">
{#each data.resources as re}
<ResourceCard
title={re.title}
link={re.url}
description={re.description}
/>
<ResourceCard title={re.title} link={re.url} description={re.description} />
{/each}
</div>
</Section>