diff --git a/web/i18n/en/donate.json b/web/i18n/en/donate.json index 09e27130..ef4c6033 100644 --- a/web/i18n/en/donate.json +++ b/web/i18n/en/donate.json @@ -17,5 +17,7 @@ "card.option.15": "full lunch", "card.option.30": "lunch for two", - "card.custom.submit": "donate custom amount" + "card.custom.submit": "donate custom amount", + + "share.title": "share cobalt with a friend" } diff --git a/web/src/components/donate/DonateCardContainer.svelte b/web/src/components/donate/DonateCardContainer.svelte index e69a0da6..1042e6f8 100644 --- a/web/src/components/donate/DonateCardContainer.svelte +++ b/web/src/components/donate/DonateCardContainer.svelte @@ -75,9 +75,10 @@ align-items: center; font-size: 16px; gap: 4px; + font-weight: 500; } - @media screen and (max-width: 550px) { + @media screen and (max-width: 865px) { :global(.donate-card) { --donate-card-main-padding: 18px; } diff --git a/web/src/components/donate/DonateOptionsCard.svelte b/web/src/components/donate/DonateOptionsCard.svelte index 3b3609c7..1b2e5fda 100644 --- a/web/src/components/donate/DonateOptionsCard.svelte +++ b/web/src/components/donate/DonateOptionsCard.svelte @@ -62,9 +62,11 @@ role="tab" >
-