From d62bd413c64ab6ff78a073ea65c58096b0460eb5 Mon Sep 17 00:00:00 2001 From: Petter Hohle Date: Thu, 5 Dec 2024 14:33:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B1=20Change=20flex=20direction=20on?= =?UTF-8?q?=20tablets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sections/employeeHighlight/employeeHighlight.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/employeeHighlight/employeeHighlight.module.css b/src/components/sections/employeeHighlight/employeeHighlight.module.css index 75ea1dfd6..ee99d935d 100644 --- a/src/components/sections/employeeHighlight/employeeHighlight.module.css +++ b/src/components/sections/employeeHighlight/employeeHighlight.module.css @@ -8,7 +8,7 @@ gap: 1.5rem; color: var(--text-primary); - @media (max-width: 750px) { + @media (max-width: 834px) { flex-direction: column; margin-left: 2rem; margin-right: 2rem; @@ -25,8 +25,8 @@ border-radius: 0.375rem; } - @media (max-width: 750px) { - width: 60%; + @media (max-width: 834px) { + max-width: 60%; } }