d
This commit is contained in:
parent
237a0cd822
commit
0fdc819087
16
dev.less
16
dev.less
@ -104,16 +104,12 @@ display: block !important;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 768px) and (max-width: 991px) { /* ipad */
|
|
||||||
*{
|
|
||||||
background:#880;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* desktop only */
|
/* desktop only */
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
|
*{
|
||||||
|
background:#ff8;
|
||||||
|
}
|
||||||
|
|
||||||
.offset-down{
|
.offset-down{
|
||||||
padding-top:8em;
|
padding-top:8em;
|
||||||
}
|
}
|
||||||
@ -140,6 +136,10 @@ display: block !important;
|
|||||||
|
|
||||||
/* mobile & ipad only */
|
/* mobile & ipad only */
|
||||||
@media (max-width: 993px) {
|
@media (max-width: 993px) {
|
||||||
|
*{
|
||||||
|
background:#0ff;
|
||||||
|
}
|
||||||
|
|
||||||
.box-padding{
|
.box-padding{
|
||||||
padding:25px !important;
|
padding:25px !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user