From 2bdbd6bc57b2beb211e79d36b40be41077b3a51b Mon Sep 17 00:00:00 2001 From: Maruan Al-Shedivat Date: Sat, 2 May 2020 19:29:00 -0400 Subject: [PATCH] Minor footer style fix --- _sass/_base.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index 82f6667..8bce632 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -143,7 +143,10 @@ footer.fixed-bottom { color: lighten($grey-color, 25%); background-color: $grey-color-dark; font-size: 0.75rem; - line-height: 35px; + .container { + padding-top: 9px; + padding-bottom: 8px; + } a { color: white; &:hover {