From ae22b2d540f180e357ef3e0fd08395ffcf9f6b83 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 19 Mar 2022 19:04:19 -0500 Subject: [PATCH] Restyle footer. --- scss/elements/footer.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scss/elements/footer.scss b/scss/elements/footer.scss index aec6d52..2e77ef7 100644 --- a/scss/elements/footer.scss +++ b/scss/elements/footer.scss @@ -5,6 +5,12 @@ background-color: $gray-800; h2 { + margin-top: 1rem; + margin-bottom: 0.75rem; + font-size: $font-size-base * 1.2; + } + + h3 { margin-top: 1rem; margin-bottom: 0.75rem; font-size: $font-size-base;