From e81552d5fb8eaa6d3ea5089824117dcfbf0598dc Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Tue, 14 Nov 2023 08:23:58 +0000 Subject: [PATCH] ref: lint fixes --- styles/_online.manchester.ac.uk_webapps_assessment.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/_online.manchester.ac.uk_webapps_assessment.scss b/styles/_online.manchester.ac.uk_webapps_assessment.scss index f1973d0..5abb2ca 100644 --- a/styles/_online.manchester.ac.uk_webapps_assessment.scss +++ b/styles/_online.manchester.ac.uk_webapps_assessment.scss @@ -80,7 +80,7 @@ } } - @media only screen and (min-width: 0px) and (max-width: 736px) { + @media only screen and (width >= 0) and (width <= 736px) { > tbody > tr { display: block; > td { @@ -129,7 +129,7 @@ margin: 0; } - @media only screen and (min-width: 0px) and (max-width: 736px) { + @media only screen and (width >= 0) and (width <= 736px) { padding: 0.5rem !important; position: initial;