From 66afbc833226ef29da5116923e77fa7cbc32e4cb Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 Aug 2022 23:47:14 +0200 Subject: [PATCH] Optimized the mobile version of the LatestTest --- client/src/pages/Home/components/LatestTest/styles.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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