Revert "change font-size and line-height on recalModal"

This reverts commit 33c73b258f.
This commit is contained in:
Kroell 2023-03-23 15:33:21 -04:00
parent 50a4e9b3e6
commit edbd589976

View file

@ -20,7 +20,7 @@
<h5 class="mb-4 text-center" v-html="ModalHeadline"></h5>
<img :src="ModalImage" class="mw-100 d-flex mx-auto mb-4" alt="" />
<p class="fw-bold mb-2 subheader-text" v-html="ModalSubheadertext"></p>
<p class="mb-0 small" v-html="ModalBodyText"></p>
<p class="mb-0" v-html="ModalBodyText"></p>
<p
class="my-4 caption modal-sub-body"
v-if="ModalSubBodyText"