diff --git a/src/app.css b/src/app.css index c277fcf..8c619be 100644 --- a/src/app.css +++ b/src/app.css @@ -97,7 +97,7 @@ } :root { - /* Typography – Inter (primary), Lora (quotes) */ + /* Typography – Inter (primary), Lora (Zitate) */ --font-body: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; --font-secondary: "Lora Variable", Lora, Georgia, "Times New Roman", serif; diff --git a/src/lib/components/blocks/OrganisationsBlock.svelte b/src/lib/components/blocks/OrganisationsBlock.svelte index fe6f407..c43bd65 100644 --- a/src/lib/components/blocks/OrganisationsBlock.svelte +++ b/src/lib/components/blocks/OrganisationsBlock.svelte @@ -8,6 +8,7 @@ import Card from "$lib/components/Card.svelte"; import Badge from "$lib/components/Badge.svelte"; import RustyImage from "$lib/components/RustyImage.svelte"; + import Button from "$lib/ui/Button.svelte"; marked.setOptions({ gfm: true }); @@ -112,23 +113,29 @@ href={addOrganisationCtaLink?.url} target={addOrganisationCtaLink?.newTab ? "_blank" : undefined} rel={addOrganisationCtaLink?.newTab ? "noopener noreferrer" : undefined} - class="h-full" + class="h-full w-full max-w-full md:max-w-md" > {#if block.addOrganisationTitle} -
{addOrganisationCtaLink.linkName}
+