This commit is contained in:
James 2020-03-30 11:57:14 +01:00
parent 99592db9a7
commit c0c2d7e315

View File

@ -107,7 +107,7 @@ display: block !important;
/* desktop only */
@media (min-width: 992px) {
body{
background:#ff8;
background:#ffa;
}
.offset-down{
@ -137,7 +137,7 @@ display: block !important;
/* mobile & ipad only */
@media (max-width: 991px) {
body{
background:#0ff;
background:#aff;
}
.box-padding{