This commit is contained in:
James 2020-03-30 11:51:08 +01:00
parent 748bb09e22
commit 31c6172d7e

View File

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