mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
footer: remove space at the bottom and unused class from html
This commit is contained in:
parent
dcb4d97a92
commit
119ff31124
2 changed files with 1 additions and 5 deletions
|
@ -48,7 +48,7 @@
|
||||||
<li><a href="{{ site.baseurl }}/legal/" class="white footer-link">{% t footer.legal %}</a></li>
|
<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="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 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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2882,10 +2882,6 @@ footer a.white:hover, a.white:focus {
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-links {
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-link {
|
.footer-link {
|
||||||
margin: 0 1rem;
|
margin: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue