changed the custom styling for the fsf donate button.
authorrsiddharth <rsd@gnu.org>
Wed, 2 Oct 2013 13:47:54 +0000 (19:17 +0530)
committerrsiddharth <rsd@gnu.org>
Wed, 2 Oct 2013 13:47:54 +0000 (19:17 +0530)
2014/assets/css/custom.css

index 1590f8b99524f3840cc913ec98afcfc633ba0b18..966e5aaff62b93277da619360a25ad0fccdb8270 100644 (file)
@@ -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%;
   }
 }