fix footer position change it from sticky footer to the normal one. remove the margin-bottom of donation section in order to remove the space between get-in-touch and footer.
MehrabKamrani

MehrabKamrani commited on 2015-12-26 07:25:14
Zeige 1 geänderte Dateien mit 0 Einfügungen und 17 Löschungen.

... ...
@@ -132,7 +132,6 @@ html {
132 132
 }
133 133
 .donation{
134 134
 	text-align: center;
135
-	margin-bottom: 125px;
136 135
 }
137 136
 .main-text{
138 137
 	margin-top: 50px;
... ...
@@ -304,9 +303,6 @@ blockquote footer{
304 303
     margin-top: 50px;
305 304
 }
306 305
 footer.footer{
307
-	margin-top: 20px;
308
-	position: absolute;
309
-    bottom: 0;
310 306
     width: 100%;
311 307
     /* Set the height of the footer here */
312 308
     /*height: 65px;*/
... ...
@@ -314,18 +310,6 @@ footer.footer{
314 310
     padding-bottom: 10px;
315 311
     background-color: #f5f5f5;
316 312
 }
317
-.donate-button {
318
-	background-color: #4FAB76;
319
-	border-color: #47996A;
320
-}
321
-.donate-button:hover,
322
-.donate-button:focus,
323
-.donate-button:active,
324
-.donate-button:active:hover,
325
-.donate-button:active:focus{
326
-	background-color: #47996A;
327
-	border-color: #47996A; 
328
-}
329 313
 @media (max-width: 991px) {
330 314
 	blockquote {
331 315
 		margin: 30px 0 0 0;
... ...
@@ -439,7 +423,6 @@ footer.footer{
439 423
 		width: 35%;
440 424
 	}
441 425
 	footer.footer {
442
-	    margin-top: 10px;
443 426
 	    margin-bottom: 0px;
444 427
 	}
445 428
 	footer.footer > p {
446 429