diff --git a/client/src/pages/Home/components/LatestTest/styles.sass b/client/src/pages/Home/components/LatestTest/styles.sass index 93a969a1..af105e74 100644 --- a/client/src/pages/Home/components/LatestTest/styles.sass +++ b/client/src/pages/Home/components/LatestTest/styles.sass @@ -62,6 +62,8 @@ width: 70rem @media (max-width: 1200px) + .mobile-break + width: 100% .analyse-area justify-content: space-evenly width: 60rem @@ -88,6 +90,6 @@ .inner-container margin: 0 -@media (max-width: 320px) +@media (max-width: 360px) .analyse-area width: 16rem \ No newline at end of file