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