feat(plugins/sponsorships): add plugin (#1358)

This commit is contained in:
Simon Lecoq
2023-01-16 22:28:33 -05:00
committed by GitHub
parent cdf2c03b2a
commit 220deb05e3
13 changed files with 268 additions and 0 deletions

View File

@@ -1161,6 +1161,17 @@
.sponsors .avatar {
margin: 2px;
}
.sponsorships.goal {
display: flex;
align-items: center;
}
.sponsorships.goal .bold {
font-weight: bold;
}
.sponsorships.goal img {
width: 38px;
margin-right: 8px;
}
/* Stackoverflow */
.stackoverflow {