From d7bf9ff3ad411b1b9af3153df38f98edf327bb79 Mon Sep 17 00:00:00 2001 From: lwlwilliam <1053317536@qq.com> Date: Thu, 20 Nov 2025 11:46:49 +0800 Subject: [PATCH] Fix PHP8.5 release page css --- styles/php85.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/php85.css b/styles/php85.css index 4ac3708350..6dea02089b 100644 --- a/styles/php85.css +++ b/styles/php85.css @@ -42,6 +42,11 @@ margin: 0; } +.php85 .navbar .navbar__nav { + margin: 0; + margin-left: 24px; +} + .php85 #layout-content a:link, .php85 #layout-content a:visited { color: inherit;