You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/03/07 02:00:42 UTC

[pulsar-site] 01/01: fix: Logo and navigation menu bar overlap

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch fix/navigation-menu-overlap
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 32f575d7cf0be1de171627b17a3dc1676b0d28bf
Author: LiLi <ur...@apache.org>
AuthorDate: Mon Mar 7 10:00:32 2022 +0800

    fix: Logo and navigation menu bar overlap
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 site2/website-next/src/css/custom.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website-next/src/css/custom.css b/site2/website-next/src/css/custom.css
index ebd59ac..c89e117 100644
--- a/site2/website-next/src/css/custom.css
+++ b/site2/website-next/src/css/custom.css
@@ -167,7 +167,7 @@ html[data-theme="dark"] .navbar-sidebar {
   position: relative;
 }
 .navbar__inner {
-  max-width: 1200px;
+  max-width: 1400px;
   margin: 0 auto;
 }