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%; } }