Skip to content

Commit

Permalink
Merge pull request #5058 from kiva/double-the-donation-updated-design
Browse files Browse the repository at this point in the history
  • Loading branch information
christian14b authored Nov 6, 2023
2 parents 2255f9b + 0fc1f6e commit 4904d54
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Thanks/ThanksPageDonationOnly.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<kv-page-container>
<kv-grid class="tw-grid-cols-12">
<div class="tw-col-span-12 lg:tw-col-span-8 lg:tw-col-start-3 tw-pt-2 tw-mb-4 hide-for-print">
<h1 class="tw-text-h1 tw-text-center tw-mb-2" data-testid="thanks-message">
<h1 class="tw-text-h1 tw-text-center tw-mb-4" data-testid="thanks-message">
{{ headerMsg }}
</h1>
<div class="tw-text-center">
Expand Down Expand Up @@ -32,7 +32,8 @@
{{ headerMsg }}
</h1>
<p class="tw-text-center tw-mb-2 tw-text-subhead">
As a donor, you help us bring more loans to people in need. Watch Manal’s story:
<!--eslint-disable-next-line max-len-->
As a donor, you help Kiva provide loans to underserved communities and unlock financial access. Watch Manal’s story:
</p>
<div class="tw-my-4">
<iframe
Expand Down Expand Up @@ -135,7 +136,7 @@
</div>
</kv-grid>
</kv-page-container>
<div v-if="doubleDonationEnabled" class="tw-pt-8 tw-bg-marigold-1">
<div v-if="doubleDonationEnabled" class="tw-py-8 tw-px-2.5 tw-bg-marigold-1">
<kv-grid class="tw-grid-cols-12">
<div
id="matching-gift-faq"
Expand Down

0 comments on commit 4904d54

Please sign in to comment.