d
This commit is contained in:
parent
e8525896e1
commit
10ec5759c5
51
dev.less
51
dev.less
@ -101,54 +101,3 @@ display: block !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* desktop only */
|
||||
@media (min-width: 992px) {
|
||||
body{
|
||||
background:#ffa;
|
||||
}
|
||||
|
||||
.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: 991px) {
|
||||
body{
|
||||
background:#aff;
|
||||
}
|
||||
|
||||
.box-padding{
|
||||
padding:25px !important;
|
||||
}
|
||||
.mob-reverse{
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
}
|
||||
|
||||
.smaller-text .widget-images .image-description{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user