You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by za...@apache.org on 2020/01/17 06:15:17 UTC

[incubator-tubemq-website] branch master updated: fix the bug in the large screen (#4)

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-tubemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ea2fc28  fix the bug in the large screen (#4)
ea2fc28 is described below

commit ea2fc28f85a6f0bccbe8b3b7455ee87d004d6e54
Author: zakwu <12...@qq.com>
AuthorDate: Fri Jan 17 14:15:07 2020 +0800

    fix the bug in the large screen (#4)
    
    * first commit
    
    * fix routePath 4 github pages
    
    * commit first version
    
    * commit first version
    
    * fix Advantages
    
    * zip png
    
    * 1、add github workflow for build and deploy, 2、remove some dirs
    
    * fix the performance,larger some text
    
    * fix the bug in the large screen
---
 src/pages/home/index.scss | 5 ++---
 src/reset.scss            | 4 ++++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/pages/home/index.scss b/src/pages/home/index.scss
index 806e7e6..df1a7c4 100644
--- a/src/pages/home/index.scss
+++ b/src/pages/home/index.scss
@@ -45,7 +45,7 @@
       font-family: HelveticaNeue-Medium;
       font-size: 20px;
       color: rgba(0,0,0,0.85);
-      line-height: 40px;
+      line-height: 30px;
       opacity: 0.6;
       margin-top: 48px;
     }
@@ -152,7 +152,7 @@
   .feature-section {
     box-sizing: border-box;
     position: relative;
-    padding: 80px 20%;
+    padding: 80px 15%;
     background-size: cover;
     background: no-repeat 50% 50%;
 
@@ -232,7 +232,6 @@
           p {
             font-family: Avenir-Medium;
             font-size: 16px;
-            line-height: 22px;
             margin-top: 16px;
             text-align: justify;
           }
diff --git a/src/reset.scss b/src/reset.scss
index f5c3568..749e587 100644
--- a/src/reset.scss
+++ b/src/reset.scss
@@ -10,3 +10,7 @@ a {
 h1, h2, h3, h4, h5, h6 {
 	font-weight: 400;
 }
+
+html, body {
+	overflow-x: hidden;
+}