Skip to content

Commit

Permalink
Update footer link style
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Aug 21, 2024
1 parent eb21cea commit 3aac874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webapp/home/static/home/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ footer .links h6 {
font-weight: bold;
margin-bottom: 1.5rem;
}
footer .links a {
.plain-links a {
color: inherit;
white-space: nowrap;
}
Expand Down
4 changes: 2 additions & 2 deletions webapp/home/templates/home/snippets/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<div class="col-md-auto">
<h6>SITE LINKS</h6>
<div class="row" id="footer-site-links">
<div class="row plain-links" id="footer-site-links">
<div class="col-md-6">
<small>
<a href="/request">Support</a> <br>
Expand Down Expand Up @@ -77,7 +77,7 @@ <h6>ACKNOWLEDGEMENTS</h6>

<div class="col-md-auto">
<h6>CONNECT</h6>
<p>
<p class="plain-links">
<a href="mailto:[email protected]">
<i class="fas fa-envelope"></i>
</a>
Expand Down

0 comments on commit 3aac874

Please sign in to comment.