From 3e1bf68681de69fd518cbaa145e520a38584eb40 Mon Sep 17 00:00:00 2001 From: lwlinux <1053317536@qq.com> Date: Thu, 20 Nov 2025 15:15:11 +0800 Subject: [PATCH] Fix PHP8.5 release page css (#1629) --- styles/php85.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/php85.css b/styles/php85.css index 4ac370835..6dea02089 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;