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 95fd9e0  Fix styles (#382)
95fd9e0 is described below

commit 95fd9e06fb6f6425f3ee95a5e7d900d2331b6858
Author: Juntao Zhang <[email protected]>
AuthorDate: Wed Jan 5 23:56:48 2022 +0800

    Fix styles (#382)
---
 assets/scss/_custom_home.scss | 10 +++-------
 content/_index.html           |  2 +-
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/assets/scss/_custom_home.scss b/assets/scss/_custom_home.scss
index b4cd379..3c6349d 100644
--- a/assets/scss/_custom_home.scss
+++ b/assets/scss/_custom_home.scss
@@ -431,15 +431,11 @@
     li {
       width: 24.5%;
       padding: 0 20px 20px;
-
       box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
       border-radius: 6px;
-
-      &.twitter-wrapper {
-        p {
-          min-height: 72px;
-        }
-      }
+      display: flex;
+      flex-direction: column;
+      justify-content: space-between;
 
       img {
         border-radius: 8px;
diff --git a/content/_index.html b/content/_index.html
index e7b0024..23ef342 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -320,7 +320,7 @@ linkTitle = "Apache SkyWalking"
                 We will invite you in.</p>
             <img src="images/home/tuned_slack.png" data-nolightbox="true" 
alt="slack">
         </li>
-        <li class="twitter-wrapper">
+        <li>
             <h4>Follow us on Twitter</h4>
             <p>For announcement of latest features etc, stay tuned with
                 <a href="https://twitter.com/asfskywalking";>@ASFSkyWalking</a>.

Reply via email to