diff --git a/dev.less b/dev.less index d565dfe..63a6da8 100644 --- a/dev.less +++ b/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; -}