footer: remove space at the bottom and unused class from html

This commit is contained in:
erciccione 2021-02-05 11:58:03 +00:00
parent dcb4d97a92
commit 119ff31124
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
2 changed files with 1 additions and 5 deletions

View file

@ -48,7 +48,7 @@
<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>

View file

@ -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;
}