This commit is contained in:
James 2020-03-30 11:47:05 +01:00
parent 0fdc819087
commit ebc5ccdf42

View File

@ -106,7 +106,7 @@ display: block !important;
/* desktop only */ /* desktop only */
@media (min-width: 992px) { @media (min-width: 992px) {
*{ body{
background:#ff8; background:#ff8;
} }
@ -136,7 +136,7 @@ display: block !important;
/* mobile & ipad only */ /* mobile & ipad only */
@media (max-width: 993px) { @media (max-width: 993px) {
*{ body{
background:#0ff; background:#0ff;
} }