Skip to content

Commit

Permalink
footer: remove space at the bottom and unused class from html
Browse files Browse the repository at this point in the history
  • Loading branch information
erciccione committed Feb 5, 2021
1 parent dcb4d97 commit 119ff31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3>{% t global.monero_project %}</h3>
<li><a href="{{ site.baseurl }}/legal/" class="white footer-link">{% t footer.legal %}</a></li>
<li><a href="https://github.com/monero-project/monero-site" class="white footer-link">{% t footer.source %}</a></li>
<li><a href="{{ site.baseurl}}/sitemap.xml" class="white footer-link">Sitemap</a></li>
<li><a class="white" href="{{ site.baseurl_root }}/feed.xml"><img class="feed-pic" src="/img/feed.svg" alt="Feed icon">{% t footer.feed %}</a></li>
<li><a class="white" href="{{ site.baseurl_root }}/feed.xml"><img src="/img/feed.svg" alt="Feed icon">{% t footer.feed %}</a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2882,10 +2882,6 @@ footer a.white:hover, a.white:focus {
line-height: 1.7;
}

.footer-links {
margin-bottom: 1rem;
}

.footer-link {
margin: 0 1rem;
}
Expand Down

0 comments on commit 119ff31

Please sign in to comment.