From 6e2fa934148f2abbf6e98b631d620f159fe36d4d Mon Sep 17 00:00:00 2001 From: Ida Marie Andreassen Date: Fri, 13 Dec 2024 12:53:47 +0100 Subject: [PATCH] Fix margins and image on mobile and tablet --- .../sections/employeeHighlight/employeeHighlight.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/sections/employeeHighlight/employeeHighlight.module.css b/src/components/sections/employeeHighlight/employeeHighlight.module.css index 9aad5d2d9..3cc3014b1 100644 --- a/src/components/sections/employeeHighlight/employeeHighlight.module.css +++ b/src/components/sections/employeeHighlight/employeeHighlight.module.css @@ -9,8 +9,6 @@ @media (max-width: 834px) { flex-direction: column; - margin-left: 2rem; - margin-right: 2rem; } } @@ -25,6 +23,7 @@ @media (max-width: 834px) { max-width: 60%; + margin: auto; } }