From 575066aa6b930dc4998aa064e033562c4c8bd10a Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 31 Jan 2024 22:16:37 -0600 Subject: [PATCH] Update Footer. --- scss/elements/_footer.scss | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/scss/elements/_footer.scss b/scss/elements/_footer.scss index 5163e2d..98077db 100644 --- a/scss/elements/_footer.scss +++ b/scss/elements/_footer.scss @@ -1,23 +1,19 @@ #footer { - padding-top: 1rem; + padding-top: 2rem; padding-bottom: 1.5rem; color: $gray-500; background-color: $gray-800; + font-size: $small-font-size; - h2 { - margin-top: 1rem; - margin-bottom: 0.75rem; - font-size: $font-size-base * 1.2; - } - - p { - font-size: $font-size-base; - } - - h3 { - margin-top: 1rem; + .footer-brand { margin-bottom: 0.75rem; font-size: $font-size-base; + font-weight: bold; + } + + .footer-header { + margin-bottom: 0.75rem; + font-weight: bold; } .nav-link {