fix: Prevent donate container from encroaching on the page

This commit is contained in:
Stephen Smith
2020-08-15 18:19:58 -04:00
committed by GitHub
parent 77b8aa4b3c
commit 7113d48b9a

View File

@ -186,7 +186,7 @@ iframe {
#donate {
vertical-align: middle;
float: right;
padding: 20px;
padding: 20px 20px 0 0;
}
#donate img {