This commit is contained in:
James
2020-03-30 11:49:20 +01:00
parent ebc5ccdf42
commit 476505f3d9

View File

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