From 69fd6db7ed6a099083a0ebfa8c076d7ff881c926 Mon Sep 17 00:00:00 2001 From: Yangshun Date: Fri, 4 Feb 2022 15:12:29 +0800 Subject: [PATCH] website: improve footer UI --- website/src/css/custom.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 0524c7f67..452275fd6 100755 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -12,6 +12,8 @@ --ifm-font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; + + --ifm-footer-padding-vertical: 3rem; } html[data-theme='dark'] { @@ -24,6 +26,14 @@ html[data-theme='dark'] { --ifm-color-primary-lightest: #ffc14d; } +.footer__links { + margin-bottom: 3rem; +} + +.footer__copyright { + text-align: start; +} + @media screen and (max-width: 767px) { :root { --ifm-font-size-base: 16px;