diff --git a/styles/php85.css b/styles/php85.css index 6dea02089b..c92cec4d67 100644 --- a/styles/php85.css +++ b/styles/php85.css @@ -1885,12 +1885,14 @@ header nav { .before-and-after-title-and-description p { color: var(--color-gray-600); text-align: left; + text-wrap-style: balance; } @media (min-width: 64rem) { .before-and-after-title-and-description p { font-size: var(--text-lg); - line-height: var(--tw-leading, var(--text-lg--line-height)) + line-height: var(--tw-leading, var(--text-lg--line-height)); + text-align: center; } }