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

zhangjuntao 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 90c1b2e  fix: footer (#153)
90c1b2e is described below

commit 90c1b2ead72c481f08927c29468947d5f80f8175
Author: Juntao Zhang <jta...@163.com>
AuthorDate: Thu Nov 26 18:15:46 2020 +0800

    fix: footer (#153)
    
    Co-authored-by: Juntao Zhang <zhangjun...@apache.org>
---
 themes/docsy/assets/scss/_styles_project.scss | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/themes/docsy/assets/scss/_styles_project.scss 
b/themes/docsy/assets/scss/_styles_project.scss
index 529e950..0a1337f 100644
--- a/themes/docsy/assets/scss/_styles_project.scss
+++ b/themes/docsy/assets/scss/_styles_project.scss
@@ -33,7 +33,10 @@ h1, h2, h3, h4, h5, h6 {
 img {
   max-width: 100%;
 }
-
+.sky-row{
+  margin-right: -15px;
+  margin-left: -15px;
+}
 @media (min-width: 990px) {
   img {
     max-width: 920px;
@@ -214,10 +217,6 @@ table {
     background-color: #f7f7f9;
   }
 
-  .sky-row{
-    margin-right: -15px;
-    margin-left: -15px;
-  }
 }
 
 //home

Reply via email to