Merge pull request #24 from stephen304/patch-1

fix: Prevent donate container from encroaching on the page
This commit is contained in:
teachingtechYT
2020-08-16 14:43:51 +10:00
committed by GitHub

View File

@ -186,7 +186,7 @@ iframe {
#donate {
vertical-align: middle;
float: right;
padding: 20px;
padding: 20px 20px 0 0;
}
#donate img {
@ -343,4 +343,4 @@ button {
background-color: #fff;
cursor: pointer;
}
}