From 7113d48b9adaee75e51ae401b2edaccdf45fea0b Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Sat, 15 Aug 2020 18:19:58 -0400 Subject: [PATCH] fix: Prevent donate container from encroaching on the page --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 0146f14..f87b928 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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; -} \ No newline at end of file +}