Skip to content

Commit

Permalink
adds footer nav to privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
lieutdan13 committed Nov 8, 2024
1 parent 3ce0efe commit 66c31bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<footer class="footer">
{% include disclaimer.md %}
{% include svg-icons.html %}
<ul class="footer-nav"><li><a href="/privacy">Privacy Policy</a></li></ul>
</footer>
</div>
</div>
Expand Down
11 changes: 11 additions & 0 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,17 @@ footer {
.affiliate-disclaimer {
font-size: small;
}

ul.footer-nav {
li {
list-style: none;
a {
text-decoration: underline;
color: $primaryFontColor;
}
}

}
}

@import "svg-icons";

0 comments on commit 66c31bb

Please sign in to comment.