diff --git a/dev.less b/dev.less index 377e447..746fa91 100644 --- a/dev.less +++ b/dev.less @@ -106,14 +106,14 @@ display: block !important; @media (min-width: 768px) and (max-width: 991px) { /* ipad */ *{ - background:#ff0; + background:#880; } } /* desktop only */ -@media (min-width: 991px) { +@media (min-width: 992px) { .offset-down{ padding-top:8em; } @@ -139,7 +139,7 @@ display: block !important; } /* mobile & ipad only */ -@media (max-width: 992px) { +@media (max-width: 993px) { .box-padding{ padding:25px !important; }