From d48e84221a80efe9745ac6ea26badc1d24c9b5e5 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 1 Feb 2024 10:37:49 -0600 Subject: [PATCH] Update footer styling. --- scss/elements/_footer.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scss/elements/_footer.scss b/scss/elements/_footer.scss index 98077db..65a2d9e 100644 --- a/scss/elements/_footer.scss +++ b/scss/elements/_footer.scss @@ -3,14 +3,16 @@ padding-bottom: 1.5rem; color: $gray-500; background-color: $gray-800; - font-size: $small-font-size; .footer-brand { margin-bottom: 0.75rem; - font-size: $font-size-base; font-weight: bold; } + p { + font-size: $font-size-base; + } + .footer-header { margin-bottom: 0.75rem; font-weight: bold;