diff --git a/src/lib/components/InfoCard.svelte b/src/lib/components/InfoCard.svelte index a7ce2dd..a523bc1 100644 --- a/src/lib/components/InfoCard.svelte +++ b/src/lib/components/InfoCard.svelte @@ -31,20 +31,20 @@ const hasLink = $derived(!!linkLabel && !!linkHref); -
+
{#if icon} -
+
{#if isImage} {:else} -
{/if} -

{title}

+

{title}

{#if description} -

{description}

+

{description}

{/if} {#if hasLink} @@ -52,7 +52,7 @@ href={linkHref} target={external ? "_blank" : undefined} rel={external ? "noopener noreferrer" : undefined} - class="mt-4 inline-flex items-center gap-1.5 text-[15px] font-semibold text-himmel-600 no-underline hover:text-himmel-700" + class="mt-auto inline-flex items-center gap-1.5 text-sm font-semibold text-himmel-500 no-underline hover:text-himmel-600" > {linkLabel} diff --git a/src/lib/iconify-mdi-subset.generated.json b/src/lib/iconify-mdi-subset.generated.json index 0bf29d2..839dcc4 100644 --- a/src/lib/iconify-mdi-subset.generated.json +++ b/src/lib/iconify-mdi-subset.generated.json @@ -3,12 +3,30 @@ "width": 24, "height": 24, "icons": { - "google": { - "body": "" + "email-outline": { + "body": "" }, "whatsapp": { "body": "" }, + "youtube": { + "body": "" + }, + "cloud-outline": { + "body": "" + }, + "account-group": { + "body": "" + }, + "pine-tree": { + "body": "" + }, + "leaf": { + "body": "" + }, + "google": { + "body": "" + }, "mastodon": { "body": "" },