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/01/27 10:38:57 UTC

[causeway-site] branch asf-site updated: reduces size of banner font

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

danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/causeway-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a8acd9593 reduces size of banner font
a8acd9593 is described below

commit a8acd959385cdfe6b98c99c6ebb69ca1f93cb702
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 27 10:38:48 2023 +0000

    reduces size of banner font
---
 content/_/css/home/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/_/css/home/style.css b/content/_/css/home/style.css
index ef1a4a116..d072f6aec 100644
--- a/content/_/css/home/style.css
+++ b/content/_/css/home/style.css
@@ -256,7 +256,7 @@ h6 {
 #intro .intro-content h2 {
   color: var(--color-theme-blue);
   margin-bottom: 30px;
-  font-size: 42px;
+  /*font-size: 42px;*/
   font-weight: 700;
 }