From 2b03c58ddec700ce4379af38a918281e409ada72 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 30 Mar 2020 11:30:47 +0100 Subject: [PATCH] d --- dev.less | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/dev.less b/dev.less index 62383fe..377e447 100644 --- a/dev.less +++ b/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; } } + + + +/* 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; + } +}