You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/08/25 11:25:52 UTC

[camel-website] 03/04: update: set menu items spacig into equal spacing using css

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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 24c2fc80c48e4f8f42a888d096047a16a665d78f
Author: nayananga@nayananga-Aspire-E5-575G <na...@gmail.com>
AuthorDate: Sun Aug 25 10:24:34 2019 +0530

    update: set menu items spacig into equal spacing using css
---
 antora-ui-camel/src/css/header.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/antora-ui-camel/src/css/header.css b/antora-ui-camel/src/css/header.css
index 2fc309a..89a08d0 100644
--- a/antora-ui-camel/src/css/header.css
+++ b/antora-ui-camel/src/css/header.css
@@ -130,6 +130,8 @@ body {
 .navbar-item {
   flex: none;
   margin-bottom: 1px;
+  font-weight: bolder;
+  padding-right: 1.5rem;
 }
 
 .navbar-item.has-dropdown {