Skip to content

Commit

Permalink
css: Remove rule for unused footer-heading class
Browse files Browse the repository at this point in the history
Also removes overruled font-size and line-height styles in the footer.
  • Loading branch information
antoineco committed Jun 14, 2024
1 parent 75854fd commit 87b72bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,13 @@
}
}

.footer-heading {
font-size: 18px;
margin-bottom: calc(#{$spacing-unit} / 2);
}

.contact-list,
.social-media-list {
list-style: none;
margin-left: 0;
}

.footer-col-wrapper {
font-size: 15px;
color: $grey-color;
margin-left: calc(-1 * #{$spacing-unit} / 2);
@extend %clearfix;
Expand Down
1 change: 0 additions & 1 deletion _sass/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@

@include media-query($on-mobile) {
font-size: 14px;
line-height: 38px;
}
}
}

0 comments on commit 87b72bd

Please sign in to comment.