Add donation buttons

This commit is contained in:
mg
2021-12-12 22:23:32 +00:00
parent 4a22d71e7f
commit 4efdc25c10
3 changed files with 36 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
.donation-links {
display: flex;
flex-direction: row;
column-gap: 16px;
row-gap: 8px;
flex-wrap: wrap;
margin-top: 12px;
}
.donation-links img {
width: 100%;
max-width: 210px;
}
.donation-header {
margin-top: 32px;
}