diff --git a/dev.less b/dev.less index 6c031e0..b4cafb5 100644 --- a/dev.less +++ b/dev.less @@ -105,7 +105,7 @@ display: block !important; /* desktop only */ -@media (min-width: 991px) { +@media (min-width: 990px) { body{ background:#ff8; } @@ -135,7 +135,7 @@ display: block !important; } /* mobile & ipad only */ -@media (max-width: 992px) { +@media (max-width: 991px) { body{ background:#0ff; }