Add GitHub sponsor button

This commit is contained in:
Jeremy Thomas
2019-10-07 14:54:53 +01:00
parent 90d5925dff
commit 37f3e0fd79
4 changed files with 16 additions and 6 deletions

View File

@@ -11472,8 +11472,14 @@ svg {
text-decoration: underline;
}
@media screen and (max-width: 1407px) {
.bd-navbar-icon {
display: none;
}
}
@media screen and (max-width: 1215px) {
#navMenuLove .bd-navbar-item-backers {
.bd-navbar .bd-navbar-item-backers {
display: none;
}
}

File diff suppressed because one or more lines are too long