Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: spacing between components and copy change in only donation thanks page #5058

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading