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