diff --git a/app/components/HowCanIHelp/howcanihelp.css b/app/components/HowCanIHelp/howcanihelp.css index 5d039fb9..3592ba4d 100644 --- a/app/components/HowCanIHelp/howcanihelp.css +++ b/app/components/HowCanIHelp/howcanihelp.css @@ -7,3 +7,15 @@ .link-card .image + div { max-width: calc(100% - 105px); } + +/* Show line break on desktop */ +.title-break { + display: inline; +} + +/* Hide line break on mobile */ +@media (max-width: 1136px) { + .title-break { + display: none; + } +} diff --git a/app/routes/how-can-i-help._index.tsx b/app/routes/how-can-i-help._index.tsx index 1103bec4..a7ece20d 100644 --- a/app/routes/how-can-i-help._index.tsx +++ b/app/routes/how-can-i-help._index.tsx @@ -13,7 +13,7 @@ export default function HowCanIHelp() {
The AI safety movement is still relatively new, and your actions could have significant