This commit is contained in:
James 2020-03-30 11:49:44 +01:00
parent 476505f3d9
commit 748bb09e22

View File

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