You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/01/13 05:48:04 UTC

[kyuubi-website] branch master updated: improve footer (#101)

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

chengpan 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 6ecf191  improve footer (#101)
6ecf191 is described below

commit 6ecf191b907216987114dcd3ce8b9ffd77692748
Author: Kaifei Yi <yi...@gmail.com>
AuthorDate: Fri Jan 13 13:47:59 2023 +0800

    improve footer (#101)
---
 static/css/kyuubi.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/static/css/kyuubi.css b/static/css/kyuubi.css
index 2170d00..c825431 100644
--- a/static/css/kyuubi.css
+++ b/static/css/kyuubi.css
@@ -185,11 +185,11 @@ body {
 
 /* footer */
 .footer {
-  margin: 32px 0 0 0;
-  min-width: 1250px;
-  height: 489px;
+  margin: auto;
+  min-width: auto;
+  height: auto;
   background: rgb(26, 26, 26);
-  padding: 88px 0;
+  padding: 30px 0;
   font-size: 14px;
   line-height: 20px;
   color: #FFFFFF;