Website: fix widowed text on homepage (#27091)

Closes: #27088

Changes:
 - Fixed a line of widowed text in the homepage hero.
This commit is contained in:
Eric 2025-03-12 18:34:12 -05:00 committed by GitHub
parent b9c0f97026
commit 99dab98120
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@
}
}
p {
max-width: 404px;
max-width: 412px;
margin-bottom: 32px;
font-size: 16px;
}
@ -919,7 +919,7 @@
}
[purpose='hero-background-image'] {
// background-size: auto 400px;
background-position: calc(~'100% + -54%') center;
background-position: calc(~'100% + -56%') center;
}
[purpose='homepage-content'] {