I just read on this article that you can change bootstrap modal width with this:
.modal .modal-dialog { width: 800px; }
But when I do this, I loose the default responsiveness of the modal.
How can I change the width but keep the responsiveness on mobile?