styling fixes

This commit is contained in:
Katie Kroell 2023-07-24 14:20:06 -04:00
parent 68ccd5599c
commit 580e83b010

View file

@ -18,7 +18,7 @@
ref="siteSubHeader"> ref="siteSubHeader">
</h5> </h5>
<div <div
class="body-text text-center mt-4" class="body-text text-center mt-2"
v-html="explanatoryText"> v-html="explanatoryText">
</div> </div>
<div <div
@ -32,7 +32,7 @@
</div> </div>
<div <div
v-if="displayQuote" v-if="displayQuote"
class="d-flex justify-content-center cost mb-1"> class="d-flex justify-content-center cost mb-5">
{{ formattedServicePrice }} {{ formattedServicePrice }}
</div> </div>
<div <div