mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Remove donate link
This commit is contained in:
parent
88603fdfb3
commit
a91c5d2453
2 changed files with 2 additions and 15 deletions
|
@ -120,6 +120,7 @@ p {
|
|||
#col1 {
|
||||
animation: left-in .5s;
|
||||
padding: 0 3em .250em 0;
|
||||
width: 54%;
|
||||
}
|
||||
|
||||
#col2 {
|
||||
|
@ -137,7 +138,6 @@ p {
|
|||
padding: .5em 2.5em .5em 1em;
|
||||
text-shadow: none;
|
||||
transition: .08s;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.button:last-child {
|
||||
|
@ -188,15 +188,12 @@ p {
|
|||
|
||||
#col1 {
|
||||
padding: 0 0 .250em;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#col2 {
|
||||
margin: 2.250em 0 0;
|
||||
}
|
||||
|
||||
.button {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
|
10
index.html
10
index.html
|
@ -26,16 +26,6 @@ layout: main
|
|||
Join the {{ site.title }} Discord server, where you can chat with other players.
|
||||
</a>
|
||||
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V362VGF8NJUN4&source=url" class="button">
|
||||
<span>
|
||||
<svg viewBox="0 0 24 24">
|
||||
<path d="M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"/>
|
||||
</svg>
|
||||
Donate
|
||||
</span>
|
||||
Feel free to make a small monetary donation to help support the server.
|
||||
</a>
|
||||
|
||||
<a href="https://notabug.org/kaboom" class="button">
|
||||
<span>
|
||||
<svg viewBox="0 0 24 24">
|
||||
|
|
Loading…
Reference in a new issue