diff --git a/src/components/customerCases/customerCase/CustomerCase.tsx b/src/components/customerCases/customerCase/CustomerCase.tsx index 93ef95d76..008621885 100644 --- a/src/components/customerCases/customerCase/CustomerCase.tsx +++ b/src/components/customerCases/customerCase/CustomerCase.tsx @@ -23,7 +23,9 @@ function CustomerCaseSection({ return ( section.quote && (
-
+
{"“"} {section.quote} diff --git a/src/components/customerCases/customerCase/customerCase.module.css b/src/components/customerCases/customerCase/customerCase.module.css index e9843fd5c..900a7f65e 100644 --- a/src/components/customerCases/customerCase/customerCase.module.css +++ b/src/components/customerCases/customerCase/customerCase.module.css @@ -124,8 +124,15 @@ flex-direction: column; background-color: var(--primary-bg); border-radius: 2rem; - padding: 4.5rem 0.5rem 3.5rem 0.5rem; gap: 1.25rem; width: 100%; align-items: center; } + +.withAuthor { + padding: 4.5rem 0.5rem 3.5rem 0.5rem; +} + +.withoutAuthor { + padding: 4.5rem 0.5rem; +}