This commit is contained in:
James 2020-03-30 14:17:25 +01:00
parent e8525896e1
commit 10ec5759c5

View File

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