diff --git a/src/components/customerCases/customerCase/sections/text/TextSection.tsx b/src/components/customerCases/customerCase/sections/text/TextSection.tsx index 148408288..4939ef84c 100644 --- a/src/components/customerCases/customerCase/sections/text/TextSection.tsx +++ b/src/components/customerCases/customerCase/sections/text/TextSection.tsx @@ -15,9 +15,7 @@ export default function TextSection({ section }: TextSectionProps) {
diff --git a/src/components/customerCases/customerCase/sections/text/textSection.module.css b/src/components/customerCases/customerCase/sections/text/textSection.module.css index 94a3608ee..d87e35e6d 100644 --- a/src/components/customerCases/customerCase/sections/text/textSection.module.css +++ b/src/components/customerCases/customerCase/sections/text/textSection.module.css @@ -28,6 +28,8 @@ height: fit-content; } .header { + /* TODO: this needs to be changed */ + margin-top: 0px; margin-bottom: 16px; }