Merge pull request #273 from Safelite/CSR-399-QA-fix

Fix spacing per qa.
This commit is contained in:
bmauger 2022-03-07 08:31:00 -05:00 committed by GitHub
commit c5bd647183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
<textLink :text="HeadlineText" linkType="text" href="#!" />
</div>
<div class="vin-info">
<div class="mt-3" v-html="BodyText"></div>
<div class="mt-2" v-html="BodyText"></div>
<img :src="OptionalImage" alt="" />
</div>
</div>