change padding on modal to match mocks

This commit is contained in:
Kroell 2023-03-23 15:14:58 -04:00
parent 09fde2a701
commit ae211ad2cb

View file

@ -16,7 +16,7 @@
data-bs-dismiss="modal"
aria-label="Close"></button>
</div>
<div class="modal-body ps-4 pe-4 pt-4 pb-4">
<div class="modal-body ps-4 pe-4 pt-0 pb-5">
<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>