From 7bc87e4fe3d80ac98ecca142c05dfefea8175f5c Mon Sep 17 00:00:00 2001 From: Marcel C <46693356+Martzle@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:26:27 -0400 Subject: [PATCH] Add footer (#374) * Update faq.yml * footer add footer * Update _footer.scss * A * Update _footer.scss --- assets/scss/components/_footer.scss | 15 +++++++++++++-- layouts/partials/footer.html | 9 +++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/assets/scss/components/_footer.scss b/assets/scss/components/_footer.scss index d9f9802b3..508b4bcbd 100644 --- a/assets/scss/components/_footer.scss +++ b/assets/scss/components/_footer.scss @@ -1,6 +1,6 @@ .footer { background-color: black; - height: 15vh; + height: 24vh; color: white; display: flex; flex-direction: column; @@ -18,5 +18,16 @@ justify-content: space-between; width: 14rem; font-size: 1.5rem; - margin-bottom: 1.2rem; + margin-bottom: 0.6rem; + margin-top: 0.1rem; + // this margin just makes the spacing look better + // can probs play around with it more +} + +.footer-text { + text-align: center; + font-size: 1rem; + b { + font-size: 1.25rem; + } } diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e809fbd7a..f65ebaa30 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,13 @@