This commit is contained in:
James 2020-03-30 11:30:47 +01:00
parent 7f96dfdff1
commit 2b03c58dde

View File

@ -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;
}
}
/* 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;
}
}