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 { #donate {
vertical-align: middle; vertical-align: middle;
float: right; float: right;
padding: 20px; padding: 20px 20px 0 0;
} }
#donate img { #donate img {
@ -343,4 +343,4 @@ button {
background-color: #fff; background-color: #fff;
cursor: pointer; cursor: pointer;
} }