From 221b19236185bf73c455d914d314934ac12198c8 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Fri, 15 Sep 2023 17:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E4=BF=A1=E6=81=AF=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/custom.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 21b40af..f0b0f1a 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -48,14 +48,16 @@ html[data-theme='dark'] .docusaurus-highlight-code-line { background-color: #33416b; } .footer{ - height: 473px; + height:450px; position: relative; background: #1e1e1e; + padding:0px; } .container{ height: 100%; display: flex; flex-direction: column; + justify-content: space-around; } .footer__bottom .margin-bottom--sm{ position: absolute; @@ -108,6 +110,10 @@ html[data-theme='dark'] .docusaurus-highlight-code-line { } .container .footer__links{ margin-left: 420px; + margin-top: 4rem; +} +.container .footer__logo{ + margin-top: 5rem!important; } .container .footer__links .footer__col .footer__item{ color: #bdc2d1;