mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
footer: add icon to feed
This commit is contained in:
parent
8cfd741701
commit
9d1ea15e91
2 changed files with 8 additions and 3 deletions
|
@ -43,14 +43,12 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="row center-xs">
|
<div class="row center-xs">
|
||||||
<div class="social-icons">
|
|
||||||
</div>
|
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<ul class="list-unstyled list-inline">
|
<ul class="list-unstyled list-inline">
|
||||||
<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">{% t footer.feed %}</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>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2890,6 +2890,13 @@ footer a.white:hover, a.white:focus {
|
||||||
margin: 0 1rem;
|
margin: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-links img {
|
||||||
|
width: 1rem;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
padding-right: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 75rem) {
|
@media only screen and (max-width: 75rem) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue