From 96c707be857bd2fbde4ce7a66a2dcd45cf610e63 Mon Sep 17 00:00:00 2001 From: aastha Date: Thu, 4 Oct 2018 19:13:57 +0530 Subject: [PATCH] Fixed padding in donate us popup #98 Signed-off-by: aastha --- css/donation-popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/donation-popup.css b/css/donation-popup.css index ba17d55..8d5ff4b 100644 --- a/css/donation-popup.css +++ b/css/donation-popup.css @@ -24,7 +24,7 @@ body { padding: 2px 15px; } .popup-style { - padding-top: 161px; + padding-top: 300px; position: absolute; display: flex; flex-direction: row;