You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/17 17:49:48 UTC

[causeway-antora] branch master updated: updates size

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/causeway-antora.git


The following commit(s) were added to refs/heads/master by this push:
     new e8e6e76  updates size
e8e6e76 is described below

commit e8e6e76d301ac7e4d280a0ac4f894248a0ff43df
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Mar 17 17:49:02 2023 +0000

    updates size
---
 build/ui-bundle.zip           | Bin 361605 -> 361609 bytes
 preview-src/ui-model.yml      |  18 +++++++++---------
 src/css/extensions/tweaks.css |   3 ++-
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index a3a91c3..5d59989 100644
Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ
diff --git a/preview-src/ui-model.yml b/preview-src/ui-model.yml
index 87628bc..4a1a10e 100644
--- a/preview-src/ui-model.yml
+++ b/preview-src/ui-model.yml
@@ -1,17 +1,17 @@
 antoraVersion: '1.0.0'
 site:
   url: http://localhost:5252
-  title: Brand Docs
+  title: causeway
   components:
   - name: abc
     title: Project ABC
     url: '#'
     versions:
     - &latest_version_abc
-      url: '#' 
+      url: '#'
       version: '1.1'
       displayVersion: '1.1'
-    - url: '#' 
+    - url: '#'
       version: '1.0'
       displayVersion: '1.0'
     latestVersion: *latest_version_abc
@@ -25,13 +25,13 @@ site:
       version: '6.0'
       displayVersion: '6.0'
     - &component_version
-      url: '#' 
+      url: '#'
       version: '5.2'
       displayVersion: '5.2'
-    - url: '#' 
+    - url: '#'
       version: '5.1'
       displayVersion: '5.1'
-    - url: '#' 
+    - url: '#'
       version: '5.0'
       displayVersion: '5.0'
     latestVersion: *latest_version_xyz
@@ -40,13 +40,13 @@ site:
     url: '#'
     versions:
     - &latest_version_123
-      url: '#' 
+      url: '#'
       version: '2.2'
       displayVersion: '2.2'
-    - url: '#' 
+    - url: '#'
       version: '2.1'
       displayVersion: '2.1'
-    - url: '#' 
+    - url: '#'
       version: '2.0'
       displayVersion: '2.0'
     latestVersion: *latest_version_123
diff --git a/src/css/extensions/tweaks.css b/src/css/extensions/tweaks.css
index 9b2014f..5d68484 100644
--- a/src/css/extensions/tweaks.css
+++ b/src/css/extensions/tweaks.css
@@ -59,6 +59,7 @@ span.algolia-autocomplete {
 
 .navbar-brand .navbar-title {
   padding-left: 20px;
-  font-size: calc(22 / var(--rem-base) * 1.1rem);
+  margin-top: -4px;
+  font-size: calc(22 / var(--rem-base) * 1.8rem);
   font-family: "Android Insomnia", "Montserrat", sans-serif;
 }