Skip to content

Commit

Permalink
fix(mobile): Broken footer social links
Browse files Browse the repository at this point in the history
Due to nav mixin separation
  • Loading branch information
islami00 committed Jul 14, 2022
1 parent 137324d commit 35e2c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="foot_copyright-text">
<p>Chocolate Network © 2021 - 2022</p>
</div>
<div class="nav" aria-label="social links">
<div class="nav nav--flex" aria-label="social links">
<ul>
<li>
<a href="{{discord.link}}" class="link link--dark " target="_blank"><i
Expand Down
3 changes: 3 additions & 0 deletions _sass/_molecules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@
@include nav-base();
box-sizing: border-box;
}
.nav--flex {
@include flex-end-center;
}
.nav_social {
height: 36px;
padding: $body-padding / 2 $body-padding;
Expand Down

0 comments on commit 35e2c76

Please sign in to comment.