d
This commit is contained in:
parent
7f96dfdff1
commit
2b03c58dde
41
dev.less
41
dev.less
@ -104,8 +104,47 @@ display: block !important;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 768px) and (max-width: 991) { /* desktop */
|
@media (min-width: 768px) and (max-width: 991px) { /* ipad */
|
||||||
*{
|
*{
|
||||||
background:#ff0;
|
background:#ff0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* desktop only */
|
||||||
|
@media (min-width: 991px) {
|
||||||
|
.offset-down{
|
||||||
|
padding-top:8em;
|
||||||
|
}
|
||||||
|
.offset-down-box{
|
||||||
|
padding-top:4em;
|
||||||
|
}
|
||||||
|
.overlap>div:first-child{
|
||||||
|
margin-right: -100px;
|
||||||
|
margin-left: 50px;
|
||||||
|
}
|
||||||
|
.left-col{
|
||||||
|
margin-right:3vw;
|
||||||
|
.product-item-details, .widget-images .image-description{
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.right-col{
|
||||||
|
margin-left:3vw;
|
||||||
|
.product-item-details, .widget-images .image-description{
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* mobile & ipad only */
|
||||||
|
@media (max-width: 992px) {
|
||||||
|
.box-padding{
|
||||||
|
padding:25px !important;
|
||||||
|
}
|
||||||
|
.mob-reverse{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user