diff --git a/marketing/src/components/modal/constants.ts b/marketing/src/components/modal/constants.ts index 8f96aa0cd7..c51ecb1bbd 100644 --- a/marketing/src/components/modal/constants.ts +++ b/marketing/src/components/modal/constants.ts @@ -3,7 +3,7 @@ export const COMMON_CONTENT_CLASSES = export const CONTENT_CLASSES = { narrow: `sm:w-4/6 md:w-1/2 lg:w-5/12 xl:w-1/3 ${COMMON_CONTENT_CLASSES}`, - default: `sm:w-4/5 md:w-2/3 lg:1/2 xl:w-3/5 ${COMMON_CONTENT_CLASSES}`, + default: `sm:w-4/5 md:w-2/3 lg:1/2 xl:w-3/5 2xl:w-2/5 ${COMMON_CONTENT_CLASSES}`, wide: `sm:w-10/12 md:w-10/12 lg:w-10/12 xl:w-8/12 ${COMMON_CONTENT_CLASSES}`, }; diff --git a/marketing/src/containers/methodology/webinar/component.tsx b/marketing/src/containers/methodology/webinar/component.tsx index 94eccdd3ae..340805cb7a 100644 --- a/marketing/src/containers/methodology/webinar/component.tsx +++ b/marketing/src/containers/methodology/webinar/component.tsx @@ -12,21 +12,19 @@ const Webinar: FC = () => (
Join our webinar to find out more.
-