commit 574fd11cdbd13939c09d24a688c652f6817dc44c Author: MehrabKamrani mk.zizou@gmail.com Date: Sat Dec 19 16:10:31 2015 +0800
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. --- css/donate-style.css | 17 ----------------- 1 file changed, 17 deletions(-)
diff --git a/css/donate-style.css b/css/donate-style.css index 7ee5509..34d771a 100644 --- a/css/donate-style.css +++ b/css/donate-style.css @@ -132,7 +132,6 @@ html { } .donation{ text-align: center; - margin-bottom: 125px; } .main-text{ margin-top: 50px; @@ -304,9 +303,6 @@ blockquote footer{ margin-top: 50px; } footer.footer{ - margin-top: 20px; - position: absolute; - bottom: 0; width: 100%; /* Set the height of the footer here */ /*height: 65px;*/ @@ -314,18 +310,6 @@ footer.footer{ padding-bottom: 10px; background-color: #f5f5f5; } -.donate-button { - background-color: #4FAB76; - border-color: #47996A; -} -.donate-button:hover, -.donate-button:focus, -.donate-button:active, -.donate-button:active:hover, -.donate-button:active:focus{ - background-color: #47996A; - border-color: #47996A; -} @media (max-width: 991px) { blockquote { margin: 30px 0 0 0; @@ -439,7 +423,6 @@ footer.footer{ width: 35%; } footer.footer { - margin-top: 10px; margin-bottom: 0px; } footer.footer > p {