diff --git a/src/components/Landing/CardComponent/style.module.scss b/src/components/Landing/CardComponent/style.module.scss index f82e98f..029bc2e 100644 --- a/src/components/Landing/CardComponent/style.module.scss +++ b/src/components/Landing/CardComponent/style.module.scss @@ -32,6 +32,7 @@ flex-direction: column; gap: 25px; + word-break: break-word; } .icon { diff --git a/src/pages/landing/LandingPage.tsx b/src/pages/landing/LandingPage.tsx index e169d34..b463264 100644 --- a/src/pages/landing/LandingPage.tsx +++ b/src/pages/landing/LandingPage.tsx @@ -196,7 +196,17 @@ export const LandingPage = () => { and verification. - + {cards.map((c, i) => ( ))}