You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/09 09:00:18 UTC

[causeway-site] branch asf-site updated: more style.css fixes

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

ahuber 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 6859cc0ec more style.css fixes
6859cc0ec is described below

commit 6859cc0ecc850f4b10aa9aebda932c6217940eb4
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Feb 9 10:00:14 2023 +0100

    more style.css fixes
    
    - carousel image ref renamed
    - center main logo text vertically
---
 content/_/css/home/style.css | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/content/_/css/home/style.css b/content/_/css/home/style.css
index 5cfc49dc1..1e19c9556 100644
--- a/content/_/css/home/style.css
+++ b/content/_/css/home/style.css
@@ -174,12 +174,10 @@ h6 {
 }
 
 #header #logo h1 {
-  font-size: 50px;
   margin: 0;
   padding: 0;
-  line-height: 1;
   font-family: "Android Insomnia", "Montserrat", sans-serif;
-  font-weight: 700;
+  font-weight: 900;
 }
 
 #header #logo h1 a {
@@ -213,7 +211,7 @@ h6 {
   width: 100%;
   height: 50vh;
   position: relative;
-  background: url("../../img/home/intro-carousel/carousel-1.jpg") no-repeat;
+  background: url("../../img/home/intro-carousel/intro-carousel-1.jpg") no-repeat;
   background-size: cover;
 }