nav: add donation button

pull/17/head
Garrit Franke 2 years ago
parent eed3d4e888
commit 06e9efe1d2
No known key found for this signature in database
GPG Key ID: 65586C4DDA55EA2C

@ -12,7 +12,8 @@
</a>
<div class="action-container action-container--right">
<a class="rss" href="/atom.xml" target="_blank"><img class="rss-icon" src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
<a class="icon" href="https://revuo-xmr.com/issue-115.html#donate" target="_blank"><img src="/img/donate.png" alt="Donate" title="Donate" /></a>
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
</div>
<div class="revuo-classes">

@ -6,7 +6,8 @@
<input type="checkbox">
<span class="slider round"></span>
</label>
<a class="rss" href="/atom.xml" target="_blank"><img class="rss-icon" src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
<a class="icon" href="https://revuo-xmr.com/issue-115.html#donate" target="_blank"><img src="/img/donate.png" alt="Donate" title="Donate" /></a>
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
</div>
<a href="{{ site.baseurl }}">Revuo Weekly</a>

@ -53,10 +53,9 @@ html, body {
gap: 12px;
justify-content: center;
.rss {
.icon {
padding: 0;
.rss-icon {
> img {
margin-bottom: 0;
}
}

@ -127,7 +127,9 @@ time.by-line {
position: absolute;
}
#header a.rss {
display: block;
padding-bottom: 0;
#header {
a.rss, a.donate {
display: block;
padding-bottom: 0;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Loading…
Cancel
Save