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

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


The following commit(s) were added to refs/heads/master by this push:
     new 305b0f9  [feat] fix css bug
305b0f9 is described below

commit 305b0f93bcf2e28d5241f4ee91c76406fbbec9b6
Author: zakwu <[email protected]>
AuthorDate: Tue May 11 16:06:11 2021 +0800

    [feat] fix css bug
---
 src/pages/home/index.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/home/index.scss b/src/pages/home/index.scss
index 03fdeb4..47511ee 100644
--- a/src/pages/home/index.scss
+++ b/src/pages/home/index.scss
@@ -285,10 +285,10 @@
       li::after {
         content: '';
         width: 0;
-        height: 60%;
+        height: 12rem;
         position: absolute;
         border-right: 1px dashed #7B98F7;
-        top: 20%;
+        top: 12rem;
         right: 0;
         opacity: 0.5;
       }

Reply via email to