diff --git a/src/components/CouncilCard.svelte b/src/components/CouncilCard.svelte index 343ddb8..3567354 100644 --- a/src/components/CouncilCard.svelte +++ b/src/components/CouncilCard.svelte @@ -15,17 +15,52 @@ import { Avatar } from '@skeletonlabs/skeleton-svelte'; + +
- {#if image} - - {:else} - - {/if} -

{name} - {yearProgram}

-
-

~ {position} ~

-

{email}

-

{positionDescription}

+
+
+ {#if image} + + {:else} + + {/if} +
+ {yearProgram} +
+
+

{name}

+
+

{position}

+

{positionDescription}

+
+ +

{email}

+