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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 70bf465  Update styles for homepage (#381)
70bf465 is described below

commit 70bf465b2eb2b50a3ed64b058c46e8e6415acf6f
Author: Juntao Zhang <[email protected]>
AuthorDate: Mon Dec 27 23:34:32 2021 +0800

    Update styles for homepage (#381)
---
 assets/scss/_custom_home.scss         |   5 ++++-
 content/_index.html                   |   4 ++--
 content/images/home/contributors2.png | Bin 21830 -> 0 bytes
 content/images/home/dashboard.png     | Bin 100271 -> 92135 bytes
 themes/docsy/assets/scss/_nav.scss    |   7 +------
 5 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/assets/scss/_custom_home.scss b/assets/scss/_custom_home.scss
index 2208002..b4cd379 100644
--- a/assets/scss/_custom_home.scss
+++ b/assets/scss/_custom_home.scss
@@ -115,7 +115,7 @@
   .ui-wrapper {
     background-image: url("/images/home/bg.png");
     background-position: top;
-    background-size: contain;
+    background-size: 100%;
     background-repeat: no-repeat;
     min-height: 200px;
     padding-top: 7%;
@@ -174,6 +174,9 @@
       box-shadow: 0px 10px 40px #E3E4E4;
       border-radius: 6px;
 
+      .swiper-slide {
+        font-size: 0;
+      }
       .swiper-button-prev, .swiper-button-next {
         display: none;
       }
diff --git a/content/_index.html b/content/_index.html
index a0d8117..e7b0024 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -112,9 +112,9 @@ linkTitle = "Apache SkyWalking"
             </p>
         </li>
         <li>
-            <h4>Service mesh ready</h4>
+            <h4>Service Mesh ready</h4>
             <p>
-                Service mesh observability built-in. Collect and analyze data 
from Istio + Envoy service mesh.
+                Service mesh observability built-in. Collect and analyze data 
from Istio + Envoy Service Mesh.
             </p>
         </li>
     </ul>
diff --git a/content/images/home/contributors2.png 
b/content/images/home/contributors2.png
deleted file mode 100644
index fc67311..0000000
Binary files a/content/images/home/contributors2.png and /dev/null differ
diff --git a/content/images/home/dashboard.png 
b/content/images/home/dashboard.png
index 712d3f4..4e8a388 100644
Binary files a/content/images/home/dashboard.png and 
b/content/images/home/dashboard.png differ
diff --git a/themes/docsy/assets/scss/_nav.scss 
b/themes/docsy/assets/scss/_nav.scss
index a405ad7..fe2b4e7 100644
--- a/themes/docsy/assets/scss/_nav.scss
+++ b/themes/docsy/assets/scss/_nav.scss
@@ -66,16 +66,11 @@ $primary: #fff;
             color: $navbar-dark-color;
         }
     }
-    .search-input-box{
-        width: 300px;
-        .algolia-autocomplete{
-            float: right;
-        }
+    .search-input-box {
         #algolia-search-input {
             width: 128px;
             box-shadow: 0px 0px 1px #ccc inset;
             transition: width 0.2s;
-
             &::placeholder {
                 color: $fontColor;
             }

Reply via email to