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

@@ -45,14 +45,14 @@
canonical={data.canonical}
/>
<Section>
<Section from="from-ecsess-black" to="to-ecsess-black" via="via-ecsess-800" direction="to-b">
<div class="flex flex-col place-items-center">
<p class="page-title">Meet the council!</p>
<img
src={data.councilGoofyPic.url}
alt="ECSESS Council, but we are goofy"
class="ring-ecsess-350 shadow-ecsess-black mb-8 rounded-md shadow-2xl ring-4 lg:w-[90%] hover:ring-ecsess-300 transition-all"
class="ring-ecsess-350 shadow-ecsess-black hover:ring-ecsess-300 mb-8 rounded-md shadow-2xl ring-4 transition-all lg:w-[90%]"
transition:fly
/>
</div>