d
This commit is contained in:
parent
99592db9a7
commit
c0c2d7e315
4
dev.less
4
dev.less
@ -107,7 +107,7 @@ display: block !important;
|
|||||||
/* desktop only */
|
/* desktop only */
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
body{
|
body{
|
||||||
background:#ff8;
|
background:#ffa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.offset-down{
|
.offset-down{
|
||||||
@ -137,7 +137,7 @@ display: block !important;
|
|||||||
/* mobile & ipad only */
|
/* mobile & ipad only */
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
body{
|
body{
|
||||||
background:#0ff;
|
background:#aff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-padding{
|
.box-padding{
|
||||||
|
Loading…
Reference in New Issue
Block a user