Skip to content

Commit

Permalink
.modal.extra-large > .modal-dialog{
Browse files Browse the repository at this point in the history
  width:80%;
}
  • Loading branch information
xavsio4 committed Dec 8, 2017
1 parent ae4452c commit 7affebc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/remote-modal.css
Expand Up @@ -205,6 +205,10 @@ a.desc:before {
-ms-transform: translate(0, 0);
}

.modal.extra-large > .modal-dialog{
width:80%;
}

@media (min-width: 768px) {
.modal.stick-up .modal-dialog {
margin: -5px auto;
Expand Down

0 comments on commit 7affebc

Please sign in to comment.