From d24ef229945c069f5d96363113b79c1cbc9c018c Mon Sep 17 00:00:00 2001 From: Ane Date: Tue, 10 Dec 2024 08:38:30 +0100 Subject: [PATCH] add max width and center content --- .../sections/customerCasesEntry/customerCasesEntry.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/sections/customerCasesEntry/customerCasesEntry.module.css b/src/components/sections/customerCasesEntry/customerCasesEntry.module.css index b8f35e48b..b4c362d06 100644 --- a/src/components/sections/customerCasesEntry/customerCasesEntry.module.css +++ b/src/components/sections/customerCasesEntry/customerCasesEntry.module.css @@ -10,6 +10,8 @@ border-radius: 0.375rem; display: flex; gap: 1rem; + max-width: var(--max-content-width-large); + justify-self: center; } .imageWrapper {