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 {