diff --git a/src/styles/loading.scss b/src/styles/loading.scss index 18458ba9e..56e586ae9 100644 --- a/src/styles/loading.scss +++ b/src/styles/loading.scss @@ -148,7 +148,7 @@ padding: 20px; border-radius: 10px; - @media screen and (max-width: 580px) { + @media screen and (width <= 580px) { border-radius: 0; } diff --git a/src/styles/ui.scss b/src/styles/ui.scss index 530599d3f..4191cf26c 100644 --- a/src/styles/ui.scss +++ b/src/styles/ui.scss @@ -106,7 +106,7 @@ font-family: inherit; padding: 7px 0; - @media screen and (max-width: 600px) { + @media screen and (width <= 600px) { font-size: 16px; } }