Is there a way to adjust the Modal to fit its content without any extra padding?
Check out the demo at the following jsfiddle link:
Click
<div class="center-modal">
<div id="modal1" class="modal">
<div class="modal-content">
<div class="card"></div>
........
</div>
</div>
</div>