From ee548f158030c6b7ba9c6b50ad5c32fa9c1c355a Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Sun, 6 Jan 2019 21:41:04 -0500 Subject: [PATCH] Shrink bottom padding --- dashboard-ui/css/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 05c04ec554..cf606abf41 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -74,7 +74,7 @@ div[data-role=page] { .padded-bottom-page, .page, .pageWithAbsoluteTabs .pageTabContent { - padding-bottom: 14em !important + padding-bottom: 2em !important } .supporterPromotionContainer { @@ -142,4 +142,4 @@ div[data-role=page] { margin-left: 1.25em !important; padding-bottom: .4em !important; padding-top: .4em !important -} \ No newline at end of file +}