This commit is contained in:
James 2020-03-30 11:45:53 +01:00
parent 237a0cd822
commit 0fdc819087

View File

@ -104,16 +104,12 @@ display: block !important;
@media (min-width: 768px) and (max-width: 991px) { /* ipad */
*{
background:#880;
}
}
/* desktop only */
@media (min-width: 992px) {
*{
background:#ff8;
}
.offset-down{
padding-top:8em;
}
@ -140,6 +136,10 @@ display: block !important;
/* mobile & ipad only */
@media (max-width: 993px) {
*{
background:#0ff;
}
.box-padding{
padding:25px !important;
}