From 513eec00070e544c26554bfdc1b4afd4a3f5d2c3 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 20 Nov 2025 11:47:07 +0300 Subject: [PATCH] PHP 8.5 update alignment --- styles/php85.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } }