diff --git a/src/components/customerCases/customerCase/customerCase.module.css b/src/components/customerCases/customerCase/customerCase.module.css index c5cec17bb..1bf85e23a 100644 --- a/src/components/customerCases/customerCase/customerCase.module.css +++ b/src/components/customerCases/customerCase/customerCase.module.css @@ -1,15 +1,16 @@ .wrapper { display: flex; flex-direction: column; - margin: 4rem 0; + margin: 4rem 2rem; align-items: center; @media (max-width: 1024px) { - margin: 2rem 0; + margin: 2rem 1rem; } } .content { + width: 100%; display: flex; flex-direction: column; max-width: 1400px;