aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorKevin <[email protected]>2013-04-27 18:47:47 +0200
committerKevin <[email protected]>2013-04-27 18:47:47 +0200
commit9ce7f22e991804cd08c4dc612cd929d07dc0a28f (patch)
treea34e28de0477c1f668aef8244d881e00d7cd9391 /less/modals.less
parent8ae9c6ab34128ea863343abaeff39ca7c6f4618c (diff)
downloadbootstrap-9ce7f22e991804cd08c4dc612cd929d07dc0a28f.tar.xz
bootstrap-9ce7f22e991804cd08c4dc612cd929d07dc0a28f.zip
Adding media queries breakpoints variables
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less2
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%;