diff --git a/assets/scss/components/_footer.scss b/assets/scss/components/_footer.scss index d9f9802b3..ea9c080a6 100644 --- a/assets/scss/components/_footer.scss +++ b/assets/scss/components/_footer.scss @@ -1,6 +1,6 @@ .footer { background-color: black; - height: 15vh; + height: 25vh; 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: 16px; + b { + font-size: 18px; + } +} \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e809fbd7a..0888f084c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,8 +1,16 @@