d
This commit is contained in:
parent
2b03c58dde
commit
237a0cd822
6
dev.less
6
dev.less
@ -106,14 +106,14 @@ display: block !important;
|
|||||||
|
|
||||||
@media (min-width: 768px) and (max-width: 991px) { /* ipad */
|
@media (min-width: 768px) and (max-width: 991px) { /* ipad */
|
||||||
*{
|
*{
|
||||||
background:#ff0;
|
background:#880;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* desktop only */
|
/* desktop only */
|
||||||
@media (min-width: 991px) {
|
@media (min-width: 992px) {
|
||||||
.offset-down{
|
.offset-down{
|
||||||
padding-top:8em;
|
padding-top:8em;
|
||||||
}
|
}
|
||||||
@ -139,7 +139,7 @@ display: block !important;
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* mobile & ipad only */
|
/* mobile & ipad only */
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 993px) {
|
||||||
.box-padding{
|
.box-padding{
|
||||||
padding:25px !important;
|
padding:25px !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user