From 748bb09e229d0ea9c15c3ed772cc028ff7a7130a Mon Sep 17 00:00:00 2001 From: James Date: Mon, 30 Mar 2020 11:49:44 +0100 Subject: [PATCH] f --- dev.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.less b/dev.less index 6c031e0..b4cafb5 100644 --- a/dev.less +++ b/dev.less @@ -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; }