diff --git a/client/src/pages/Home.css b/client/src/pages/Home.css index 6827d30..ea4e71f 100644 --- a/client/src/pages/Home.css +++ b/client/src/pages/Home.css @@ -104,6 +104,8 @@ line-height: 1.15; color: #ffffff; letter-spacing: -0.02em; + overflow-wrap: break-word; + word-break: break-word; } .brand-highlight { @@ -256,6 +258,8 @@ margin-bottom: 0.75rem; color: var(--heading); letter-spacing: -0.02em; + overflow-wrap: break-word; + word-break: break-word; } .section-subtitle { @@ -400,6 +404,8 @@ html[data-theme="dark"] .section-title { color: #ffffff; } background-clip: text; margin-bottom: 0.4rem; letter-spacing: -0.02em; + overflow-wrap: break-word; + word-break: break-word; } .stat-label { @@ -581,6 +587,8 @@ html[data-theme="dark"] .step { background: #101826; } margin-bottom: 1rem; color: #ffffff; letter-spacing: -0.02em; + overflow-wrap: break-word; + word-break: break-word; } .cta-content p { @@ -938,4 +946,4 @@ html[data-theme="dark"] .footer-section h4 { color: #fbbf24; } .container { padding: 0 1rem; } .btn { min-width: 170px; font-size: 0.95rem; } .feature-card, .step { padding: 1.5rem 1.25rem; } -} \ No newline at end of file +}