You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/22 14:08:01 UTC

[isis-antora] branch master updated: minor CSS changes

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis-antora.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f4b5ab  minor CSS changes
3f4b5ab is described below

commit 3f4b5ab6aed34e4da0175cc1c2176fba9820c018
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 22 14:07:46 2020 +0000

    minor CSS changes
---
 build/ui-bundle.zip      | Bin 314920 -> 314926 bytes
 src/css/header.css       |   4 ++++
 src/css/menu-styling.css |   4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index 334c712..aa17bb1 100644
Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ
diff --git a/src/css/header.css b/src/css/header.css
index 4d140b0..fa635d6 100644
--- a/src/css/header.css
+++ b/src/css/header.css
@@ -28,6 +28,10 @@ body {
   font-size: calc(22 / var(--rem-base) * 1rem);
 }
 
+.navbar-brand .navbar-item {
+  font-weight: 700;
+}
+
 .navbar-brand .separator {
   padding: 0 0.375rem;
 }
diff --git a/src/css/menu-styling.css b/src/css/menu-styling.css
index 0c61e4f..6398287 100644
--- a/src/css/menu-styling.css
+++ b/src/css/menu-styling.css
@@ -1,7 +1,7 @@
 a.navbar-link {
   font-family: "Raleway", sans-serif;
   font-weight: 700;
-  font-size: 14px;
+  font-size: 16px;
 }
 
 nav.nav-menu span.nav-text {
@@ -19,7 +19,7 @@ span.navbar-item {
 }
 
 a.navbar-item > span.icon {
-  margin-left: 40px;
+  margin-left: 60px;
   margin-right: 10px;
 }