diff options
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index c05c3f7b0..144588a7b 100644 --- a/less/modals.less +++ b/less/modals.less @@ -120,7 +120,7 @@ } // Scale up the modal -@media screen and (min-width: 768px) { +@media screen and (min-width: @screen-tablet) { .modal-dialog { left: 50%; |
