This commit is contained in:
James 2020-03-30 11:40:14 +01:00
parent 2b03c58dde
commit 237a0cd822

View File

@ -106,14 +106,14 @@ display: block !important;
@media (min-width: 768px) and (max-width: 991px) { /* ipad */ @media (min-width: 768px) and (max-width: 991px) { /* ipad */
*{ *{
background:#ff0; background:#880;
} }
} }
/* desktop only */ /* desktop only */
@media (min-width: 991px) { @media (min-width: 992px) {
.offset-down{ .offset-down{
padding-top:8em; padding-top:8em;
} }
@ -139,7 +139,7 @@ display: block !important;
} }
/* mobile & ipad only */ /* mobile & ipad only */
@media (max-width: 992px) { @media (max-width: 993px) {
.box-padding{ .box-padding{
padding:25px !important; padding:25px !important;
} }