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;