Skip to content

Commit

Permalink
fix: duplicate footers
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrblz committed Feb 6, 2022
1 parent 2be0e35 commit fe660be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/scss/partials/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
&--base {
display: none;
}
}
}
@media screen and (max-width: 960px) {
.footer {
&--sidebar {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer class="footer">
<footer class="footer footer--{{ .footerClassModifier }}">
<ul class="footer__list">
<li class="footer__item">
&copy;
Expand Down

0 comments on commit fe660be

Please sign in to comment.