Skip to content

Commit 7d9837a

Browse files
authored
Merge pull request #92 from Dokploy/78-the-padding-of-the-landing-page-has-not-enough-space-for-small-devices
fix: adjust whitespace handling in Hero component
2 parents 7214380 + c80aad7 commit 7d9837a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function Hero() {
8585
transition={{ duration: 0.3 }}
8686
>
8787
Simplify{' '}
88-
<span className="relative whitespace-nowrap text-primary">
88+
<span className="relative whitespace-normal lg:whitespace-nowrap text-primary">
8989
<svg
9090
aria-hidden="true"
9191
viewBox="0 0 418 42"

0 commit comments

Comments
 (0)