From adb2986a9bf18cc81f98f2363565882ae2ecc838 Mon Sep 17 00:00:00 2001 From: Antoine Phan Date: Mon, 9 Feb 2026 00:13:59 -0500 Subject: [PATCH] Adjustment to layout --- src/components/council/CouncilCard.svelte | 4 ++- src/routes/council/+page.svelte | 38 +++++++++-------------- 2 files changed, 18 insertions(+), 24 deletions(-) diff --git a/src/components/council/CouncilCard.svelte b/src/components/council/CouncilCard.svelte index a41ae96..d00e876 100644 --- a/src/components/council/CouncilCard.svelte +++ b/src/components/council/CouncilCard.svelte @@ -37,7 +37,9 @@ {/if} -
+

{name}

diff --git a/src/routes/council/+page.svelte b/src/routes/council/+page.svelte index 4da09b7..cb14e89 100644 --- a/src/routes/council/+page.svelte +++ b/src/routes/council/+page.svelte @@ -129,18 +129,14 @@
-
+
{#each vps as vp} -
- handleViewProfile(vp)} - /> -
+ handleViewProfile(vp)} + /> {/each}
@@ -154,19 +150,15 @@
-
+
{#each ureps as urep} -
- handleViewProfile(urep)} - tag={getYearFromPosition(urep.position)} - /> -
+ handleViewProfile(urep)} + tag={getYearFromPosition(urep.position)} + /> {/each}