get rid of the useless patreon widget
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
parent
ff133309db
commit
b239ec5b02
3 changed files with 7 additions and 4 deletions
|
@ -99,8 +99,9 @@
|
|||
<!-- Sponsor buttons -->
|
||||
<div class="sellout">
|
||||
<iframe src="https://github.com/sponsors/Ellpeck/button" title="Sponsor Ellpeck" height="32" width="116" style="border: 0; margin-right: 10px;"></iframe>
|
||||
<a href="https://www.patreon.com/bePatron?u=2494595" data-patreon-widget-type="become-patron-button"></a>
|
||||
<script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script>
|
||||
<a href="https://www.patreon.com/bePatron?u=2494595" class="patreon-button">
|
||||
<img src="./res/becomePatron.png" height="34" alt="Become a patron">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
BIN
res/becomePatron.png
Normal file
BIN
res/becomePatron.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -204,8 +204,10 @@ blockquote {
|
|||
.sellout {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
max-height: 35px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.patreon-button :hover {
|
||||
filter: saturate(130%);
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
|
Loading…
Reference in a new issue