From b660783f782d2fd3f619c19598145815d50ae5f3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 2 Oct 2013 19:17:54 +0530 Subject: [PATCH] changed the custom styling for the fsf donate button. --- 2014/assets/css/custom.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 1590f8b9..966e5aaf 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -1,15 +1,15 @@ .fsf-donate-button { margin-left: 24%; - margin-top: 40px; - margin-bottom: 40px; + margin-top: 25px; + margin-bottom: 5px; width:56%; } @media (max-width:768px) { .fsf-donate-button { margin-left: 34%; - margin-top: 40px; - margin-bottom: 40px; + margin-top: 25px; + margin-bottom: 5px; width:32%; } } @@ -17,8 +17,8 @@ @media (min-width:320px) and (max-width:360px) { .fsf-donate-button { margin-left: 24%; - margin-top: 40px; - margin-bottom: 40px; + margin-top: 25px; + margin-bottom: 0px; width:56%; } } -- 2.25.1