nav: add donation button

This commit is contained in:
Garrit Franke 2022-04-12 16:10:50 +02:00
parent eed3d4e888
commit 06e9efe1d2
No known key found for this signature in database
GPG key ID: 65586C4DDA55EA2C
5 changed files with 11 additions and 8 deletions

View file

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