diff --git a/assets/style.css b/assets/style.css index 196e6b5..b9d0c22 100644 --- a/assets/style.css +++ b/assets/style.css @@ -12,6 +12,12 @@ backdrop-filter: blur(20px); padding: 0; } + +/* 使导航栏视觉上居中 */ +.navbar ul.navbar-nav li:last-child{ + margin-right: 0; +} + /* 底部网安备案图标调整 */ #nis:before { content:url(beian.png); diff --git a/header.php b/header.php index 675ad5c..60c0f55 100644 --- a/header.php +++ b/header.php @@ -153,7 +153,6 @@ -