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