From 22ce6499102c2ab87bbd8a303b5d26531c6e7df2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 21 Aug 2013 12:26:20 -0700 Subject: deprecate @screen-{phone,tablet,desktop} vars --- less/modals.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/modals.less') diff --git a/less/modals.less b/less/modals.less index 7bc6c314f..f886fb25c 100644 --- a/less/modals.less +++ b/less/modals.less @@ -125,7 +125,7 @@ } // Scale up the modal -@media screen and (min-width: @screen-tablet) { +@media screen and (min-width: @screen-sm) { .modal-dialog { left: 50%; -- cgit v1.2.3