This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new cac7b85dad CAUSEWAY-3222: more style.css fixes
cac7b85dad is described below
commit cac7b85dad6b75d4a169ace6493559d933e804bc
Author: Andi Huber <[email protected]>
AuthorDate: Thu Feb 9 09:59:23 2023 +0100
CAUSEWAY-3222: more style.css fixes
- carousel image ref renamed
- center main logo text vertically
---
antora/supplemental-ui/css/home/style.css | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/antora/supplemental-ui/css/home/style.css
b/antora/supplemental-ui/css/home/style.css
index af25227c48..e96a72d1bb 100644
--- a/antora/supplemental-ui/css/home/style.css
+++ b/antora/supplemental-ui/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;
}