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:41 UTC

[pulsar-site] branch fix/navigation-menu-overlap created (now 32f575d)

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

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


      at 32f575d  fix: Logo and navigation menu bar overlap

This branch includes the following new commits:

     new 32f575d  fix: Logo and navigation menu bar overlap

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by ur...@apache.org.
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;
 }