d
This commit is contained in:
parent
ebc5ccdf42
commit
476505f3d9
4
dev.less
4
dev.less
@ -105,7 +105,7 @@ display: block !important;
|
|||||||
|
|
||||||
|
|
||||||
/* desktop only */
|
/* desktop only */
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 991px) {
|
||||||
body{
|
body{
|
||||||
background:#ff8;
|
background:#ff8;
|
||||||
}
|
}
|
||||||
@ -135,7 +135,7 @@ display: block !important;
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* mobile & ipad only */
|
/* mobile & ipad only */
|
||||||
@media (max-width: 993px) {
|
@media (max-width: 992px) {
|
||||||
body{
|
body{
|
||||||
background:#0ff;
|
background:#0ff;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user