File tree Expand file tree Collapse file tree
src/components/support-us Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import FundraisingProgress from './FundraisingProgress.svelte';
55---
66
77<section class =" py-8 lg:py-12" data-testid =" supporting-members" >
8- <div class =" mx-auto max-w-[80rem] px-4 lg:px-20" >
8+ <div class =" mx-auto max-w-6xl px-4 lg:px-20" >
99 <h2 class =" font-serif text-2xl font-bold lg:text-4xl" >Werde Fördermitglied</h2 >
1010 <p class =" mt-3 font-serif text-xl font-bold lg:mt-2 lg:text-2xl" >
1111 Deine Chance uns zu unterstützen und mehr über uns zu erfahren!
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import DonationMethodTabs from './DonationMethodTabs.svelte';
1010const possibilities = await getDonationMethods ();
1111---
1212
13- <section class =" mx-auto max-w-[80rem] pb-16 lg:pb-24" >
13+ <section class =" mx-auto max-w-6xl pb-16 lg:pb-24" >
1414 <div class =" mt-4 lg:px-20" >
1515 <h2 class =" font-serif text-2xl font-bold" >Weitere Möglichkeiten, uns zu unterstützen</h2 >
1616 <p class =" mt-3 text-xl lg:mt-4" >
You can’t perform that action at this time.
0 commit comments