From 87b72bd44eaaf1df18972dff2e4793fca83df1ba Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Fri, 14 Jun 2024 12:00:21 +0200 Subject: [PATCH] css: Remove rule for unused footer-heading class Also removes overruled font-size and line-height styles in the footer. --- _sass/_layout.scss | 6 ------ _sass/_site.scss | 1 - 2 files changed, 7 deletions(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 1a43d4f..91568ca 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -139,11 +139,6 @@ } } -.footer-heading { - font-size: 18px; - margin-bottom: calc(#{$spacing-unit} / 2); -} - .contact-list, .social-media-list { list-style: none; @@ -151,7 +146,6 @@ } .footer-col-wrapper { - font-size: 15px; color: $grey-color; margin-left: calc(-1 * #{$spacing-unit} / 2); @extend %clearfix; diff --git a/_sass/_site.scss b/_sass/_site.scss index 3ba1772..3afe8b5 100644 --- a/_sass/_site.scss +++ b/_sass/_site.scss @@ -51,7 +51,6 @@ @include media-query($on-mobile) { font-size: 14px; - line-height: 38px; } } }