From 0c73221d32721c37e384115ba625d70a12f442da Mon Sep 17 00:00:00 2001 From: LIUZHAO Date: Mon, 22 Apr 2024 10:37:22 +0800 Subject: [PATCH] footer --- src/layout/Footer.css | 12 +++++++++++- src/layout/Footer.jsx | 32 ++++++++++++++++++++------------ 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/src/layout/Footer.css b/src/layout/Footer.css index d426528..b5676b3 100644 --- a/src/layout/Footer.css +++ b/src/layout/Footer.css @@ -52,6 +52,15 @@ hr { height: 100px; } +.footer-upper-nav-item-wrap { + display: flex; + flex-direction: column; + flex-wrap: wrap; + justify-content: flex-start; + align-items: flex-start; + height: 150px; +} + .footer-upper-nav h3 { color: white; font-size: 20px; @@ -69,6 +78,7 @@ hr { justify-content: space-evenly; align-items: flex-start; margin-bottom: 10px; + margin-right: 10px; } #CONTRIBUTORS { @@ -77,7 +87,7 @@ hr { justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; - width: 300px; + width: 220px; height: 100%; } diff --git a/src/layout/Footer.jsx b/src/layout/Footer.jsx index e288101..f635597 100644 --- a/src/layout/Footer.jsx +++ b/src/layout/Footer.jsx @@ -39,24 +39,32 @@ function Footer() {