Merge pull request #2349 from Safelite/CASH-369-fix-link-position
CASH-369 put link on same line. Change margin.
This commit is contained in:
commit
fa6b837f8e
1 changed files with 3 additions and 2 deletions
|
|
@ -12,7 +12,8 @@
|
|||
</div>
|
||||
<div>
|
||||
<p class="small subheadline mb-2" v-html="DonationSubHeadline"></p>
|
||||
<p class="caption mb-0" v-html="DonationBodyText"></p>
|
||||
<span class="caption mb-0" v-html="DonationBodyText"></span>
|
||||
|
||||
<textLink
|
||||
linkType="newWindowLink"
|
||||
text="Learn more"
|
||||
|
|
@ -75,7 +76,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<p class="my-4 mx-0 text-center caption" v-html="DonationFooterText"></p>
|
||||
<p class="mt-0 mb-4 mx-0 text-center caption" v-html="DonationFooterText"></p>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue