You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/02/06 15:40:06 UTC

[kyuubi-website] branch master updated: extend .footer's margin-top to 30px (#116)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d108b11  extend .footer's margin-top to 30px (#116)
d108b11 is described below

commit d108b114e81df116555e4ffc74a1ee1cc11f1151
Author: Bowen Liang <li...@gf.com.cn>
AuthorDate: Mon Feb 6 23:39:58 2023 +0800

    extend .footer's margin-top to 30px (#116)
---
 static/css/kyuubi.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/css/kyuubi.css b/static/css/kyuubi.css
index c825431..21cf6bb 100644
--- a/static/css/kyuubi.css
+++ b/static/css/kyuubi.css
@@ -185,7 +185,7 @@ body {
 
 /* footer */
 .footer {
-  margin: auto;
+  margin: 30px auto auto auto;
   min-width: auto;
   height: auto;
   background: rgb(26, 26, 26);