Skip to content

Commit

Permalink
center item page modals
Browse files Browse the repository at this point in the history
  • Loading branch information
evanwill committed Mar 30, 2024
1 parent 823f20c commit 9c707be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/item/youtube-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
</div>

<div class="modal fade" id="videoModal" tabindex="-1" aria-labelledby="videoModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-dialog modal-dialog-centered modal-xl">
<div class="modal-content text-body">
<div class="modal-header">
<h5 class="modal-title" id="videoModalLabel">{{ page.title }}</h5>
<h1 class="modal-title h3" id="videoModalLabel">{{ page.title }}</h1>
<button type="button" class="btn-close close" data-bs-dismiss="modal" aria-label="Close">
</button>
</div>
Expand Down

0 comments on commit 9c707be

Please sign in to comment.