change padding on modal to match mocks
This commit is contained in:
parent
09fde2a701
commit
ae211ad2cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue