From: rsiddharth Date: Wed, 2 Oct 2013 13:47:54 +0000 (+0530) Subject: changed the custom styling for the fsf donate button. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b660783f782d2fd3f619c19598145815d50ae5f3;p=libreplanet-static.git changed the custom styling for the fsf donate button. --- 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%; } }